ROCm / Tensile

Stretching GPU performance for GEMMs and tensor contractions.
MIT License
213 stars 145 forks source link

Do not use version specific requirements.txt #1993

Closed ellosel closed 1 month ago

ellosel commented 1 month ago

We have to support different versions of python across different operating systems. For example, sles has 3.6 whereas ubuntu has 3.10. As such the python dependencies are different so the requirements.txt file was failing sles builds.

nakajee commented 1 month ago

How can we make sure this works?

bstefanuk commented 1 month ago

How can we make sure this works?

We re-run the CQE test commands in the provided SLES image.