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

Function get_f16_feat_model_args

dnn/test/cuda/cutlass_matmul.cpp:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205#if CUDA_VERSION >= 10010
206std::vector<BenchArgs> get_f16_feat_model_args() {
207 std::vector<BenchArgs> args;
208 args.emplace_back(BenchArgs{128, 9216, 9216});
209 args.emplace_back(BenchArgs{128, 6400, 6400});
210 args.emplace_back(BenchArgs{128, 5184, 5184});
211 return args;
212}
213#endif
214
215void benchmark_matrix_mul(

Callers 1

TEST_FFunction · 0.85

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected