We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ea8a7 commit d6f03c5Copy full SHA for d6f03c5
matrixmul.cpp
@@ -81,6 +81,7 @@ int main(int argc, char * argv[]) {
81
if (DEBUG) { // in debug mode, output everything to stderr to avoid stream mixing
82
ONE_DBG cerr << "---- C ----" << endl << whole_C;
83
} else {
84
+ ONE_WORKER cout << whole_C.height << " " << whole_C.width << endl;
85
ONE_WORKER cout << whole_C;
86
}
87
0 commit comments