Closed boringmorning closed 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
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.
Local test:
gfx90a
gfx942
Command line GB/s output: