We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all,
I am working in Mali T604 and I am using double precision. I enabled this extension with:
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
All double precision operations work and vector double precision operations also work but shuffle function is unknown for double.
Build error
If I do the same with single precision there is no problem.
Thanks!
Hi Michael,
You are right, it's working now
Thanks,
Diego