[llvm] [NVPTX] Add Intrinsics for applypriority.* (PR #127989)
Durgadoss R via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 03:52:45 PST 2025
================
@@ -0,0 +1,34 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_80 -mattr=+ptx74| FileCheck --check-prefixes=CHECK-PTX64 %s
+; RUN: %if ptxas-12.3 %{ llc < %s -mtriple=nvptx64 -mcpu=sm_80 -mattr=+ptx74| %ptxas-verify -arch=sm_80 %}
+
----------------
durga4github wrote:
We only need 11.4 version for this:
https://docs.nvidia.com/cuda/parallel-thread-execution/#release-notes-ptx-release-history
https://github.com/llvm/llvm-project/pull/127989
More information about the llvm-commits
mailing list