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 5de5a5c commit 0e79ee9Copy full SHA for 0e79ee9
src/ptx.jl
@@ -56,7 +56,7 @@ end
56
57
# the default datalayout does not match the one in the NVPTX user guide
58
llvm_datalayout(target::PTXCompilerTarget) = Int===Int64 ?
59
- "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64"*
+ "e-p:64:64:64:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64"*
60
"-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64" :
61
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64"*
62
"-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64"
0 commit comments