[llvm] [LLVM][NVPTX] Add NVPTX codegen support for clusterlaunchcontrol instruction (PR #134568)
Durgadoss R via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 00:48:35 PDT 2025
================
@@ -112,6 +112,20 @@ class NVPTXSubtarget : public NVPTXGenSubtargetInfo {
return HasTcgen05 && PTXVersion >= 86;
}
+ bool hasBlackwellArch() const {
+ auto HasSM = [&]() {
----------------
durga4github wrote:
HasRequiredSM might be a better name for this boolean.
https://github.com/llvm/llvm-project/pull/134568
More information about the llvm-commits
mailing list