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 c15433c commit 0c8d55eCopy full SHA for 0c8d55e
src/metal.jl
@@ -96,6 +96,7 @@ end
96
function validate_ir(job::CompilerJob{MetalCompilerTarget}, mod::LLVM.Module)
97
# Metal never supports double precision
98
check_ir_values(mod, LLVM.DoubleType())
99
+ check_ir_values(mod, LLVM.IntType(128))
100
end
101
102
# hide `noreturn` function attributes, which cause issues with the back-end compiler,
0 commit comments