[llvm] [NVPTX] Support !"cluster_dim_{x,y,z}" metadata (PR #109548)

Durgadoss R via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 03:39:15 PDT 2024


================
@@ -0,0 +1,17 @@
+; RUN: llc < %s -march=nvptx -mcpu=sm_90 | FileCheck %s
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_90 | FileCheck %s
+; RUN: %if ptxas %{ llc < %s -march=nvptx -mcpu=sm_90 | %ptxas-verify %}
+; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_90 | %ptxas-verify %}
----------------
durga4github wrote:

Do we need "ptxas-12.0" here, since this is only supported from sm_90 onwards?

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


More information about the llvm-commits mailing list