From 121b56cd50d905882b44e0b62797bdb4c08099d9 Mon Sep 17 00:00:00 2001 From: "William S. Moses" Date: Sun, 13 Oct 2024 19:50:00 -0400 Subject: [PATCH] Update enzymejax commit --- deps/ReactantExtra/WORKSPACE | 2 +- src/Compiler.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/deps/ReactantExtra/WORKSPACE b/deps/ReactantExtra/WORKSPACE index 4579e560..c986b5a2 100644 --- a/deps/ReactantExtra/WORKSPACE +++ b/deps/ReactantExtra/WORKSPACE @@ -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( diff --git a/src/Compiler.jl b/src/Compiler.jl index 4b07ab2b..5675119d 100644 --- a/src/Compiler.jl +++ b/src/Compiler.jl @@ -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>",