MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / TEST_F

Function TEST_F

dnn/test/cuda/cutlass_matmul.cpp:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270} // namespace
271
272TEST_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
280TEST_F(CUDA, CUTLASS_GEMM_SPLIT_K_MULTI_BATCHSIZE) {
281 auto args = matrix_mul::get_matmul_args_no_mask();

Callers

nothing calls this directly

Calls 5

test_multibatchsizeFunction · 0.85
benchmark_matrix_mulFunction · 0.85
get_square_matmul_argsFunction · 0.85
get_feat_model_argsFunction · 0.85
get_f16_feat_model_argsFunction · 0.85

Tested by

no test coverage detected