Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*

CUDA cooperative_groups is not supported

Jim
Beginner
1,174 Views

Hi all

 

I use dpct to convert a CUDA sample program: convolutionSeparable

But the dpct shows "warning: DPCT1007:17: Migration of this CUDA API is not suppor
ted by the Intel(R) DPC++ Compatibility Tool."

And dpcpp cannot compile the generated cpp file, and throw an error "use of undeclared identifier 'cg'"

What would you suggest to the cooperative_groups in OneAPI?

Thanks

0 Kudos
2 Replies
AbhishekD_Intel
Moderator
1,174 Views

Hi Jim,

We are also getting the same problem and we have escalated this issue to the concerned team, they will get back to you.

 

Warm Regards,

Abhishek

0 Kudos
Anoop_M_Intel
Employee
1,174 Views

Currently DPC++ doesn't have a equivalent of cooperative groups in CUDA. There is a feature request requested for the same. 

0 Kudos
Reply