ROCm / Tensile

Stretching GPU performance for GEMMs and tensor contractions.
MIT License
208 stars 142 forks source link

Disable failing rhel9 tests #1953

Closed ellosel closed 1 month ago

ellosel commented 1 month ago

The rhel9 tests are failing on develop post-merge due to a link error when building the client via:

tox  run -e ci -- -m unit

and also when building the HostLibraryTests. Here we temporarily disable this testing for rhel9 until a permanent fix is identified.

TorreZuk commented 1 month ago

Are the tests not applicable to rhel9 ? Not clear why you are disabling them..... if you want to ignore them temporarily for purposes of promotion you can just fast fwd develop to staging manually.

ellosel commented 1 month ago

Are the tests not applicable to rhel9 ? Not clear why you are disabling them..... if you want to ignore them temporarily for purposes of promotion you can just fast fwd develop to staging manually.

We are disabling everything except for the unit tests. Seems like it would be better to have some minimal testing in place.