Skip to content

Commit ea05450

Browse files
committed
fixup
1 parent f7be948 commit ea05450

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http_archive(
99
urls = ["https://github.com/wsmoses/nsync/archive/{commit}.tar.gz".format(commit = NSYNC_COMMIT)],
1010
)
1111

12-
ENZYMEXLA_COMMIT = "3b217bbfd5680ecd88c20285fe7b5693c541fa8b"
12+
ENZYMEXLA_COMMIT = "1b473e8e77850ece61bb0e85b152b95cb6a70be0"
1313
ENZYMEXLA_SHA256 = ""
1414

1515
http_archive(

ext/ReactantCUDAExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ Reactant.@reactant_overlay @noinline function (func::LLVMFunc{F,tt})(
648648
end
649649

650650
location = MLIR.IR.Location()
651+
@assert length(restys) == length(aliases)
651652
call = MLIR.Dialects.enzymexla.kernel_call(
652653
blk_operands...,
653654
mlir_args;

0 commit comments

Comments
 (0)