[llvm] Handle VECREDUCE intrinsics in NVPTX backend (PR #136253)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 17:03:33 PDT 2025


================
@@ -36,17 +36,19 @@ class FeaturePTX<int version>:
 
 foreach sm = [20, 21, 30, 32, 35, 37, 50, 52, 53,
               60, 61, 62, 70, 72, 75, 80, 86, 87,
-              89, 90, 100, 101, 120] in
----------------
Artem-B wrote:

Keeping different reduction operations in one patch is fine -- they share a lot of common code.



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


More information about the llvm-commits mailing list