================ @@ -43,7 +43,10 @@ enum NVVMMemorySpace { /// Tensor memory space identifier. /// Tensor memory is available only in arch-accelerated /// variants from sm100 onwards. - kTensorMemorySpace = 6 + kTensorMemorySpace = 6, + /// Distributed shared memory space identifier. + /// Distributed shared memory is available only in sm80+. ---------------- durga4github wrote:
We have sm_86, sm_87 etc. that do not support dsmem. So, let us say "sm 90 onwards" here. https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#memory-hierarchy https://github.com/llvm/llvm-project/pull/135444 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits