|
|
|
|
|
by jlebar
3425 days ago
|
|
Why no AMD GPU support? I think it just reflects the team's internal priorities. Patches are welcome; we want people to use this system. It wouldn't even be tremendously hard. The XLA IR --> LLVM IR backend is relatively simple, and LLVM already has support for compiling to AMD GPUs. You'd have to split out the nvidia-isms in the generated IR. I think the biggest challenge would just be one of software engineering, namely figuring out a way to specialize the GPU backend for each of the two architectures while allowing it to share code in general. |
|