ROCm / triton

Development repository for the Triton language and compiler
MIT License
83 stars 27 forks source link

Generated Backend #425

Closed micmelesse closed 7 months ago

micmelesse commented 8 months ago

This pr does the following

scxiao commented 8 months ago

https://github.com/ROCmSoftwarePlatform/triton/blob/3538df7d4cddbc0770c52bffef17e25ad68792e4/python/triton/third_party/hip/hip_backend.py#L580 It cannot hard coded to 64 since Navi31 has wave size 32. The PR for dynamic warp size is at:

https://github.com/ROCmSoftwarePlatform/triton/pull/244

micmelesse commented 7 months ago

moveing the work on the ci to #455. Generating the backend might not be needed.