| 144 | ///////////////////////////////////////////////////////////////////////////////////////////////// |
| 145 | |
| 146 | int 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 | ///////////////////////////////////////////////////////////////////////////////////////////////// |
no outgoing calls