Post marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as solved with 2 replies, 0 views
Replied In
CIKernel Unable to Load Compiled ci.metallib
Turns out, the issue was because of a simple flag in my build rule.
The -I flag removes the current directory from the compile search space, which was leading to the actual kernel not compiling into the library.
Removing it fixed the issue.
Here's what my build rules look like now.