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 41efa2a commit 884f4e9Copy full SHA for 884f4e9
src/compiler/compilation.jl
@@ -45,7 +45,7 @@ function GPUCompiler.finish_ir!(job::oneAPICompilerJob, mod::LLVM.Module,
45
job, mod, entry)
46
47
# FIX: Flatten nested insertvalue instructions to work around SPIR-V bug
48
- # See: https://github.com/JuliaGPU/oneAPI.jl/issues/XXX
+ # See: https://github.com/JuliaGPU/oneAPI.jl/issues/259
49
# Intel's SPIR-V runtime has a bug where OpCompositeInsert with nested
50
# indices (e.g., "1 0") corrupts adjacent struct fields.
51
flatten_nested_insertvalue!(mod)
0 commit comments