ROCm / triton

Development repository for the Triton language and compiler
MIT License
92 stars 29 forks source link

set correct arch info for unit test #370

Closed scxiao closed 1 year ago

scxiao commented 1 year ago

This PR is for the failure of test test_dot_mfma_vector_load. Reason is the arch name is always set to gfx90a. Need to write a function to get the correct gpu_name, then it can pass on all GPUs.