ROCm / Tensile

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

Refactor sanity check in TensileCreateLibrary #1939

Closed bstefanuk closed 2 months ago

bstefanuk commented 2 months ago

Objective(s)

Improve testing coverage for TensileCreateLibrary by moving sanity check code to its own function and adding tests.

Outcome(s)

Notable changes

None

Testing

Standard Tensile Framework tests.

Docker environment info

$ cat /etc/os-release | head -1
PRETTY_NAME="Ubuntu 22.04.3 LTS"
$ apt show rocm-libs -a | head -2 | tail +2
Version: 6.1.2.60102-119~22.04
$ uname -r
5.15.0-86-generic
ellosel commented 2 months ago

This looks good but needs to be updated to develop.