Skip to content

Commit 884f4e9

Browse files
committed
Fix
1 parent 41efa2a commit 884f4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compilation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function GPUCompiler.finish_ir!(job::oneAPICompilerJob, mod::LLVM.Module,
4545
job, mod, entry)
4646

4747
# FIX: Flatten nested insertvalue instructions to work around SPIR-V bug
48-
# See: https://github.com/JuliaGPU/oneAPI.jl/issues/XXX
48+
# See: https://github.com/JuliaGPU/oneAPI.jl/issues/259
4949
# Intel's SPIR-V runtime has a bug where OpCompositeInsert with nested
5050
# indices (e.g., "1 0") corrupts adjacent struct fields.
5151
flatten_nested_insertvalue!(mod)

0 commit comments

Comments
 (0)