@masahi I think my effort to create
[MetalXLA](https://github.com/philipturner/metal-xla) would be the perfect
opportunity to experiment with using AutoTVM to accelerate training. It's a
real-time ML context where you have to balance compilation cost with code
optimization. Also, you would ei
Does TVM support training models on Apple devices, or only inference? There's a
lot of work out there about accelerating inference, but that's not what I need.
I'm looking to accelerate a resurrected Swift for TensorFlow (a framework for
ML training, not inference) with Metal, and I'm not clea