mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
* this pr adds a third party backend for triton that works on AMD * this expose a lot of the work that has been done in our [fork](https://github.com/ROCmSoftwarePlatform/triton) * most unit tests on `test_core.py` pass * it skips some unit tests for various reasons * we plan to follow up with more prs improving Functionality and Performance in the future --------- Co-authored-by: Philippe Tillet <phil@openai.com>
8 lines
306 B
Plaintext
8 lines
306 B
Plaintext
[submodule "third_party/intel_xpu_backend"]
|
|
path = third_party/intel_xpu_backend
|
|
url = http://github.com/intel/intel-xpu-backend-for-triton
|
|
[submodule "third_party/amd_hip_backend"]
|
|
path = third_party/amd_hip_backend
|
|
url = https://github.com/ROCmSoftwarePlatform/triton
|
|
branch = third_party_backend_2
|