ROCm / hipBLASLt

hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library
https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
MIT License
63 stars 88 forks source link

Add GB/s into hipblaslt-bench output #1093

Closed boringmorning closed 2 months ago

boringmorning commented 2 months ago

Command line GB/s output:

螢幕擷取畫面 2024-09-10 120304

solaslin commented 2 months ago

please update the benchmark csv script as well:

See: clients/scripts/performance/bench.py , line 92 you may need to add line = line.replace('hipblaslt-GB/s', 'GB/s')

And clients/scripts/performance/hipblaslt-perf, line 39 Please insert 'GB/s' between the last two 'gflops','us'. i.e....'gflops','GB/s','us'] so that the csv file contains this field.

after you finish updating the script, please try ./clients/scripts/performance/hipblaslt-perf --suite all to see if the csv data file looks good without empty value

boringmorning commented 2 months ago

please update the benchmark csv script as well:

See: clients/scripts/performance/bench.py , line 92 you may need to add line = line.replace('hipblaslt-GB/s', 'GB/s')

And clients/scripts/performance/hipblaslt-perf, line 39 Please insert 'GB/s' between the last two 'gflops','us'. i.e....'gflops','GB/s','us'] so that the csv file contains this field.

Done. The .csv output looks fine. 螢幕擷取畫面 2024-09-16 192753

boringmorning commented 2 months ago

Local test:

  1. gfx90a 螢幕擷取畫面 2024-09-19 185707

  2. gfx942 螢幕擷取畫面 2024-09-19 194912