Skip to content

Commit

Permalink
Update src/ptx.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored Feb 4, 2025
1 parent 3ac9305 commit 0e29640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptx.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function llvm_machine(target::PTXCompilerTarget)
t = Target(triple=triple)

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

return tm
Expand Down

0 comments on commit 0e29640

Please sign in to comment.