Intel® oneAPI Data Parallel C++
Support for Intel® oneAPI DPC++ Compiler, Intel® oneAPI DPC++ Library, Intel ICX Compiler , Intel® DPC++ Compatibility Tool, and GDB*

CUDA cooperative_groups is not supported

Jim
Beginner
1,083 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,083 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,083 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