Fix argument order for calls to profile_batched_gemm_impl() (#2277)

* Fix argument order for calls to profile_batched_gemm_impl()

* Revert previous and swap the order of the profile_batched_gemm_impl() function arguments instead.

* Revert copyright years for unchanged files.

* Remove test_batched_gemm from REGRESSION_TESTS since it no longer takes more than 30 seconds to run.

---------

Co-authored-by: Kiefer van Teutem <kiefer.van.teutem@streamhpc.com>

[ROCm/composable_kernel commit: c7c6a0ccb3]
This commit is contained in:
Kiefer van Teutem
2025-06-18 04:29:09 +02:00
committed by GitHub
parent 9a342df600
commit 5ff790eb05
4 changed files with 12 additions and 13 deletions

View File

@@ -13,7 +13,6 @@ set(REGRESSION_TESTS
test_gemm_standalone_xdl_fp16
test_gemm_fp16
test_gemm_splitk
test_batched_gemm
test_gemm_universal_wmma_fp16
test_gemm_universal_xdl_fp16
test_gemm_universal_streamk_fp16