Skip to content

Commit 1680698

Browse files
authored
Update Reactant.jl
1 parent 8d6636d commit 1680698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Reactant.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ function initialize_ptrs()
187187
sym = Libdl.dlsym(LLVMOpenMP_jll.libomp_handle, name)
188188
@ccall MLIR.API.mlir_c.EnzymeJaXMapSymbol(name::Cstring, sym::Ptr{Cvoid})::Cvoid
189189
end
190-
# TODO on next jll bump (0.61) change this to call ReactantHermeticCudaGetVersion
191-
if (@ccall MLIR.API.mlir_c.ReactantCudaDriverGetVersion()::UInt32) != 0
190+
if (@ccall MLIR.API.mlir_c.ReactantHermeticCudaGetVersion()::UInt32) != 0
192191
for name in (
193192
"cuLaunchKernel",
194193
"cuModuleLoadData",

0 commit comments

Comments
 (0)