Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid OpenCL functionality on MacOS builds
Unfortunately even the simplest clGetDeviceIds function doesn't work correctly anymore on macOS (at least in GHA), and even simple tools like clinfo fail to query the list of devices in the platform. Let's therefore simply turn OpenCL support off in macOS builds. Signed-off-by: Rodrigo Tobar <[email protected]>
- Loading branch information