- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,intel engineers
I am writing dpc++ esimd code for large scale gemm.
I ran into a confusing problem today,when I checked memory_intrin.hpp,I found that data type has already been specified as uint4.But my array data type is float.
When I specify my accessor data type as float4, error will occur
Once I change the type to uint4,error disappear
How can I understand or solve this problem?Is it ok to fix the type to uint4?thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for posting on Intel Communities.
Could you please share us a working reproducer and steps(if any) so that we could try reproducing the issue at our end.
Best Regards,
Shanmukh.SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Zelin,
We tried with the code (gemm_genx_beta0.1.cpp) which you have provided in this thread https://community.intel.com/t5/Intel-oneAPI-Data-Parallel-C/Problem-about-image-as-a-buffer-size-and-media-block-load-store/m-p/1382639#M2113 and could reproduce the issue. Like you said there are no errors when trying with uint4 and there are compilation errors with float4.
We are working on your issue, we will get back to you soon.
Regards,
Vidya.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
We are looking into your case and will get back to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This seems to be a bug in the current dpcpp. I've reported this to our developer and it will be fixed in the next release.
And ESIMD is no longer in the experimental state, it will be:
using namespace sycl;
using namespace sycl::ext::intel::esimd;
Thanks,
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page