"...composable_kernel_rocm.git" did not exist on "ded0d83dda2688f29378d6d3c6c6ff5a8a834ff7"
Commit d1cff7ad authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

Skip on gemm_universal tests.

The tests take too long to complete on the emulator.
Need to see if it is possible to reduce the scope of the testing to just FP8 data types.
parent 3520c19d
...@@ -33,7 +33,8 @@ test_bf8_ocp ...@@ -33,7 +33,8 @@ test_bf8_ocp
example_gemm_add_add_xdl_fp16 example_gemm_add_add_xdl_fp16
## Found by searching for `f8` in the `test` folder ## Found by searching for `f8` in the `test` folder
test_custom_type test_custom_type
test_gemm_universal ### Takes too much time to run on the emulator
#### test_gemm_universal
### test_pool ### test_pool
test_avg_pool3d_fwd test_avg_pool3d_fwd
test_max_pool3d_fwd test_max_pool3d_fwd
......
...@@ -28,5 +28,5 @@ make -j 15 \ ...@@ -28,5 +28,5 @@ make -j 15 \
test_fp8 \ test_fp8 \
example_gemm_add_add_xdl_fp16 \ example_gemm_add_add_xdl_fp16 \
test_custom_type \ test_custom_type \
test_gemm_universal \ test_pool
test_pool # test_gemm_universal \
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment