Skip to content

Commit 3c7db5f

Browse files
committed
Update src/ptx.jl
1 parent c3e36e0 commit 3c7db5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptx.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function llvm_machine(target::PTXCompilerTarget)
5252
t = Target(triple=triple)
5353

5454
tm = TargetMachine(t, triple, "sm_$(target.cap.major)$(target.cap.minor)",
55-
"+ptx$(target.ptx.major)$(target.ptx.minor)")
55+
"+ptx$(target.ptx.major)$(target.ptx.minor)")
5656
asm_verbosity!(tm, true)
5757

5858
return tm

0 commit comments

Comments
 (0)