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 2e3b7d5 commit 534dd85Copy full SHA for 534dd85
src/spirv.jl
@@ -51,8 +51,8 @@ end
51
llvm_machine(::SPIRVCompilerTarget) = nothing
52
53
llvm_datalayout(::SPIRVCompilerTarget) = Int===Int64 ?
54
- "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024" :
55
- "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024"
+ "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-G1" :
+ "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-G1"
56
57
58
## job
0 commit comments