Skip to content

Commit 60b7a10

Browse files
authored
[hipBLAS] hipblas add dir mapping (ROCm#8290)
This pull request makes a minor update to the `COMPONENT_DIR_MAPPING` dictionary in `test/therock/test_runner.py` by adding an entry for the `hipblas` component. This ensures that `hipblas` is properly recognized and mapped in the test runner.
1 parent 59c2646 commit 60b7a10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/therock/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
COMPONENT_DIR_MAPPING = {
3939
"miopen": "MIOpen",
4040
"rocblas": "rocblas",
41+
"hipblas": "hipblas",
4142
"rocrand": "rocRAND",
4243
"hiprand": "hipRAND",
4344
"rocthrust": "rocthrust",

0 commit comments

Comments
 (0)