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 c3e36e0 commit 3c7db5fCopy full SHA for 3c7db5f
src/ptx.jl
@@ -52,7 +52,7 @@ function llvm_machine(target::PTXCompilerTarget)
52
t = Target(triple=triple)
53
54
tm = TargetMachine(t, triple, "sm_$(target.cap.major)$(target.cap.minor)",
55
- "+ptx$(target.ptx.major)$(target.ptx.minor)")
+ "+ptx$(target.ptx.major)$(target.ptx.minor)")
56
asm_verbosity!(tm, true)
57
58
return tm
0 commit comments