Post marked as solved
Post marked as solved with 3 replies, 369 views
Hi, I'm writing a metal backend for the Leela Chess Zero NN-based chess engine, using MPSGraph for inference. I have found that I get an error: /System/Volumes/Data/SWE/macOS/BuildRoots/220e8a1b79/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShaders/MetalPerformanceShaders-124.6.1/MPSCore/Utility/MPSLibrary.mm:311: failed assertion MPSLibrary::MPSKey_Create internal error: Unable to get MPS kernel ndArrayConvolution2D. whenever I run inference on the graph.
Does anyone know what would cause this error?