Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oliver Behnke
libclfft
Commits
d68a2d73
Commit
d68a2d73
authored
Mar 18, 2011
by
Oliver Bock
Browse files
Added some status output for platforms without validation feature
parent
17529e19
Changes
1
Show whitespace changes
Inline
Side-by-side
example/main.cpp
View file @
d68a2d73
...
...
@@ -982,5 +982,10 @@ int main (int argc, char * const argv[]) {
clReleaseCommandQueue
(
queue
);
test_finish
();
#ifndef __APPLE___
printf
(
"Test finished (validation only available on Mac OS X)! Total number of errors: %d
\n
"
,
total_errors
);
#endif
return
total_errors
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment