llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Remove `std::runtime_error` that dimensionality of cluster, global and local ranges must be same for `sycl_ext_codeplay_cuda_cluster_group` extension

Open dyniols opened this issue 1 month ago • 1 comments

This PR removes std::runtime_error that dimensionality of cluster, global and local ranges must be same.

I don't think that this should be restriction. I can't find anything in https://docs.nvidia.com/cuda/cuda-c-programming-guide/#thread-block-clusters

Here is spec for extension: https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_codeplay_cuda_cluster_group.asciidoc

dyniols avatar Nov 20 '25 19:11 dyniols

It's idea and I would like to hear your opinions if we can remove that std::runtime_error for cuda cluster?

dyniols avatar Nov 20 '25 19:11 dyniols

@intel/llvm-gatekeepers please consider merging

github-actions[bot] avatar Dec 12 '25 16:12 github-actions[bot]

@intel/llvm-gatekeepers please consider merging

github-actions[bot] avatar Dec 15 '25 16:12 github-actions[bot]