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

Function logPattern

src/library/tools/tune/tune.c:1077–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075}
1076
1077void
1078logPattern(const char * patternName)
1079{
1080 if ( genInfo.aExtendedOutput || genInfo.patternName != patternName ) {
1081 fprintf(logStream, "%s is being tuned, progress: ", patternName);
1082 if (genInfo.aExtendedOutput) {
1083 fprintf(logStream, "\n");
1084 }else {
1085 fprintf(logStream, " ");
1086 }
1087 fflush(logStream);
1088 genInfo.patternName = patternName;
1089 }
1090
1091}
1092void
1093logEndString(void)
1094{

Callers 1

createFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected