From 0e296408cdc23762649d4c348b9f96ffa1813716 Mon Sep 17 00:00:00 2001 From: Valentin Churavy Date: Tue, 4 Feb 2025 14:02:10 +0100 Subject: [PATCH] Update src/ptx.jl --- src/ptx.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptx.jl b/src/ptx.jl index 00a91571..4b772f7f 100644 --- a/src/ptx.jl +++ b/src/ptx.jl @@ -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