[llvm] [NVPTX] Load/Store/Fence syncscope support (PR #106101)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 06:43:04 PDT 2024


================
@@ -0,0 +1,1423 @@
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 -mattr=+ptx78 | FileCheck %s
+; RUN: %if ptxas-12.2 %{ llc < %s -march=nvptx64 -mcpu=sm_90 -mattr=+ptx78 | %ptxas-verify -arch=sm_90 %}
----------------
gonzalobg wrote:

Yes, I've run all of the tests with ptxas enabled (using CUDA 12.6.0) and they all passed.

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


More information about the llvm-commits mailing list