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 4555354 commit 2ea25b3Copy full SHA for 2ea25b3
1 file changed
CUDACore/src/compiler/compilation.jl
@@ -23,7 +23,7 @@ const minreq = (; ptx=v"8.0", sm=sm"50")
23
GPUCompiler.runtime_module(@nospecialize(job::AnyCUDAJob)) = CUDACore
24
function GPUCompiler.lower_host_references!(@nospecialize(job::AnyCUDAJob), mod::LLVM.Module,
25
refs::GPUCompiler.HostReferences)
26
- GPUCompiler.emit_host_reference_slots!(mod, refs)
+ GPUCompiler.emit_host_reference_definitions!(mod, refs)
27
end
28
29
# filter out functions from libdevice and cudadevrt
0 commit comments