Skip to content

Commit 2ea25b3

Browse files
committed
Use host-reference definition lowering
1 parent 4555354 commit 2ea25b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CUDACore/src/compiler/compilation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const minreq = (; ptx=v"8.0", sm=sm"50")
2323
GPUCompiler.runtime_module(@nospecialize(job::AnyCUDAJob)) = CUDACore
2424
function GPUCompiler.lower_host_references!(@nospecialize(job::AnyCUDAJob), mod::LLVM.Module,
2525
refs::GPUCompiler.HostReferences)
26-
GPUCompiler.emit_host_reference_slots!(mod, refs)
26+
GPUCompiler.emit_host_reference_definitions!(mod, refs)
2727
end
2828

2929
# filter out functions from libdevice and cudadevrt

0 commit comments

Comments
 (0)