Intel® oneAPI Base Toolkit
Support for the core tools and libraries within the base toolkit that are used to build and deploy high-performance data-centric applications.
419 Discussions

error "DIBlockByRefStruct on DICompositeType is no longer supported"

Jim
Beginner
1,154 Views

Hi all

 

I used oneapi beta05 to run a program which is migrated from cuda.

 

But an error occur when I run the program which is generated by passed '-g' flag to dpcpp:

DIBlockByRefStruct on DICompositeType is no longer supported !610 = !DICompositeType(tag: DW_TAG_structure_type, name: "multi_ptr", scope: !148, file: !537, line: 23, flags: DIFlagReservedBit4, elements: !140) DIBlockByRefStruct on DICompositeType is no longer supported !1060 = !DICompositeType(tag: DW_TAG_structure_type, name: "opencl_event_t", file: !143, flags: DIFlagReservedBit4, elements: !140)

 

If '-g' is removed, there is no error.

How could I fix it?

 

Thanks

0 Kudos
3 Replies
AbhishekD_Intel
Moderator
1,137 Views

Hi,


Can you try updating your toolkit to beta-07, and update us if the error still persists?

Also, give us a small reproducer so that we can check if the problem is with your application or the toolkit.



Warm Regards,

Abhishek


0 Kudos
AbhishekD_Intel
Moderator
1,087 Views

Hi,

Please Update us if still, you are facing the same issue. We have tried on our end but we haven't got this issue with the beta-07 release.


Thank you


0 Kudos
AbhishekD_Intel
Moderator
1,070 Views

Hi,


Please post a new thread if you are having any issues.


Thank you


0 Kudos
Reply