[llvm] [NVPTX] Add intrinsics for wgmma.fence PTX instructions (PR #120523)

Srinivasa R via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 19 03:13:55 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 %}
+
----------------
Wolfram70 wrote:

Combined the tests into one file, `wgmma_sm90a_intrinsics.ll` now.

https://github.com/llvm/llvm-project/pull/120523


More information about the llvm-commits mailing list