cansik / onnxruntime-silicon

ONNX Runtime prebuilt wheels for Apple Silicon (M1 / M2 / M3 / ARM64)
MIT License
191 stars 18 forks source link

is amd gpu supported by this? #10

Closed sukualam closed 11 months ago

sukualam commented 12 months ago

can it support the amd gpu if i compile this for my x86_64 macos?

cansik commented 12 months ago

I don't think so, this is only for Apple Silicon (arm64), try to use the official onnxruntime for x86-x64 support.