-
Notifications
You must be signed in to change notification settings - Fork 60
Description
PNMWE (Probably-Not-Minimal Working Example 🙂). Taken from
Line 307 in 3084db6
| Native.code_llvm(devnull, Base.print_to_string, Tuple{Int,Int}; optimize=false) |
julia> using GPUCompiler; include("test/helpers/runtime.jl"); include("test/helpers/native.jl")
Main.Native
julia> #=Works=# Native.code_llvm(devnull, Base.print_to_string, Tuple{Int,Int}; optimize=false)
julia> #=Hangs=# Native.code_llvm(devnull, Base.print_to_string, Tuple{Int,Int}; optimize=true)#771 has slightly more discussion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels