MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / CutlassUnitTestProblemCount

Function CutlassUnitTestProblemCount

test/unit/common/filter_architecture.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144/////////////////////////////////////////////////////////////////////////////////////////////////
145
146int CutlassUnitTestProblemCount() {
147 if(const char* problem_count = std::getenv("CUTLASS_UNIT_TEST_PROBLEM_COUNT")) {
148
149 return std::stoi(problem_count);
150 }
151
152 return 0;
153}
154
155/////////////////////////////////////////////////////////////////////////////////////////////////

Callers 1

TestAllConv2dFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAllConv2dFunction · 0.68