[llvm] [LLVM][NVPTX] Add NVPTX codegen support for fence.proxy.tensormap (PR #100748)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 30 11:02:30 PDT 2024
================
@@ -0,0 +1,36 @@
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 -mattr=+ptx83 | FileCheck --check-prefixes=CHECK %s
+; RUN: %if ptxas-12.5 %{ llc < %s -march=nvptx64 -mcpu=sm_90 -mattr=+ptx83 | %ptxas-verify -arch=sm_90 %}
----------------
Artem-B wrote:
The instructions require PTX8.3, which suggests that the required ptxas version should be 12.3
https://github.com/llvm/llvm-project/pull/100748
More information about the llvm-commits
mailing list