| 270 | } // namespace |
| 271 | |
| 272 | TEST_F(CUDA, CUTLASS_GEMM_MULTI_BATCHSIZE) { |
| 273 | auto args = matrix_mul::get_matmul_args_no_mask(); |
| 274 | test_multibatchsize( |
| 275 | handle_cuda(), dtype::Float32(), dtype::Float32(), dtype::Float32(), |
| 276 | "CUTLASS_FLOAT32_SIMT_128X128X8_32X64X8", args, |
| 277 | param::MatrixMul::Format::DEFAULT); |
| 278 | } |
| 279 | |
| 280 | TEST_F(CUDA, CUTLASS_GEMM_SPLIT_K_MULTI_BATCHSIZE) { |
| 281 | auto args = matrix_mul::get_matmul_args_no_mask(); |
nothing calls this directly
no test coverage detected