Hi,
Is it supported or encouraged to use both OpenCL and it’s C++ wrapper in one application? In my case, my application is written with C++ wrapper, and I need to call clFFT now, but it accept only native OpenCL types as arguments. So, need I migrate back to OpenCL? Any suggestions?
Thanks.