OpenCL 2.0 Features Not Recognized
seansiddens opened this issue · 2 comments
seansiddens commented
Galarius commented
Hi @seansiddens! You can disable OpenCL diagnostics by setting the OpenCL.server.enable
option to false
(VS Code restart is required). However, if one of your OpenCL devices supports OpenCL 2.0, I recommend you to select the compatible device using the OpenCL: Select
command or the corresponding action in the "Explorer: OpenCL Devices" view. Subsequently, set -cl-std=CL2.0
in the OpenCL.server.buildOptions
setting. This will keep diagnostics enabled while supporting OpenCL 2.0 features.
seansiddens commented
Thanks! Setting the build option seems to have worked 👍