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*
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

CUDA cooperative_groups is not supported

Jim
Beginner
2,073 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
2,073 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
Moderator
2,073 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