philipturner / MoltenCL

The missing OpenCL 3.0 driver for macOS
MIT License
13 stars 1 forks source link

Two warnings from XCode: (1) 'ValidateLibrary' needs to be declared as 'executableTarget()', and (2) Expression implicitly coerced from 'UnsafeMutableRawPointer?' to 'Any' #2

Closed theschles closed 1 year ago

theschles commented 2 years ago
image
philipturner commented 2 years ago

This driver is still in the prototype stage, so it's not a finished framework yet. I haven't intended for it to be compiled by any users. When I do, there won't be any errors with compiling it in Xcode.

Thanks for your interest in the project's progress, though!