Skip to content

Commit 6af3eef

Browse files
committed
Setup latest dependency for new bufferization passes
1 parent 62166c5 commit 6af3eef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.dep-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Always update the version check in catalyst.__init__ when changing the JAX version.
2-
jax=0.4.28
2+
jax=0.4.31
33
mhlo=89a891c986650c33df76885f5620e0a92150d90f
44
llvm=3a8316216807d64a586b971f51695e23883331f7
55
enzyme=v0.0.130

frontend/catalyst/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import jaxlib as _jaxlib
2525

26-
_jaxlib_version = "0.4.28"
26+
_jaxlib_version = "0.4.31"
2727
if _jaxlib.__version__ != _jaxlib_version:
2828
import warnings
2929

mlir/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ enzyme:
118118
-DCMAKE_CXX_VISIBILITY_PRESET=$(SYMBOL_VISIBILITY) \
119119
-DCMAKE_POLICY_DEFAULT_CMP0116=NEW
120120

121-
cmake --build $(ENZYME_BUILD_DIR) --target EnzymeStatic-19
121+
cmake --build $(ENZYME_BUILD_DIR) --target EnzymeStatic-20
122122

123123
.PHONY: dialects
124124
dialects:

mlir/llvm-project

Submodule llvm-project updated 22006 files

mlir/mlir-hlo

Submodule mlir-hlo updated 336 files

0 commit comments

Comments
 (0)