Directly from https://tvm.apache.org/docs/tutorials/frontend/from_coreml.html
(USE_LLVM ON)
(USE_METAL ON)
are the edits to config.cmake
The edits to the script were
ctx = tvm.cpu(0)
becomes
ctx = tvm.metal(1)
Can anybody help me out here.
Sam