MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / declareKTestOptions

Method declareKTestOptions

src/library/tools/ktest/ktest.cpp:163–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void
164KTest::declareKTestOptions(std::stringstream& ss)
165{
166 ss << std::endl;
167
168 ss << indent() << "const char PLATFORM_NAME[] = \""
169 << platform_ << "\";" << std::endl;
170 ss << indent() << "const char DEVICE_NAME[] = \""
171 << device_ << "\";" << std::endl;
172 ss << indent() << "const char BUILD_OPTIONS[] = \""
173 << buildOptions_ << "\";" << std::endl;
174 ss << indent() << "const char KERNEL_SOURCE[] = \""
175 << kernelSourceFile_ << "\";" << std::endl;
176}
177
178void
179KTest::declareBlasOptions(std::stringstream& ss, Step *step)

Callers

nothing calls this directly

Calls 1

indentFunction · 0.85

Tested by

no test coverage detected