Skip to content

Commit

Permalink
Update enzymejax commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Oct 13, 2024
1 parent 468db3f commit 121b56c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deps/ReactantExtra/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ http_archive(
urls = ["https://github.com/wsmoses/nsync/archive/{commit}.tar.gz".format(commit = NSYNC_COMMIT)],
)

ENZYMEXLA_COMMIT = "c81918c2e1625b3ed74dca4e123b2b65ab4aaf3a"
ENZYMEXLA_COMMIT = "2f1a70349297a21ce67f41cc94ff305dd0aef5d4"
ENZYMEXLA_SHA256 = ""

http_archive(
Expand Down
1 change: 0 additions & 1 deletion src/Compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const opt_passes::String = join(
"exp_simplify<16>",
"slice_simplify<16>",
"convert_simplify<16>",
"reshape_simplify<16>",
"dynamic_slice_to_static<16>",
"dynamic_update_slice_elim<16>",
"concat_to_broadcast<16>",
Expand Down

0 comments on commit 121b56c

Please sign in to comment.