We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6636d commit 1680698Copy full SHA for 1680698
src/Reactant.jl
@@ -187,8 +187,7 @@ function initialize_ptrs()
187
sym = Libdl.dlsym(LLVMOpenMP_jll.libomp_handle, name)
188
@ccall MLIR.API.mlir_c.EnzymeJaXMapSymbol(name::Cstring, sym::Ptr{Cvoid})::Cvoid
189
end
190
- # TODO on next jll bump (0.61) change this to call ReactantHermeticCudaGetVersion
191
- if (@ccall MLIR.API.mlir_c.ReactantCudaDriverGetVersion()::UInt32) != 0
+ if (@ccall MLIR.API.mlir_c.ReactantHermeticCudaGetVersion()::UInt32) != 0
192
for name in (
193
"cuLaunchKernel",
194
"cuModuleLoadData",
0 commit comments