[llvm] [NVPTX] Add intrinsics for wgmma.fence PTX instructions (PR #120523)
Durgadoss R via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 00:40:37 PST 2024
================
@@ -0,0 +1,15 @@
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_90a -mattr=+ptx80 | FileCheck %s
+; RUN: %if ptxas-12.0 %{ llc < %s -march=nvptx64 -mcpu=sm_90a -mattr=+ptx80 | %ptxas-verify -arch=sm_90a %}
+
----------------
durga4github wrote:
Since all the tests are for wgmma (same sm/pxt-version), can we have them in a single file?
(May be, wgmma_sm90a_intrinsics.ll?)
https://github.com/llvm/llvm-project/pull/120523
More information about the llvm-commits
mailing list