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
einsteinathome
libclfft
Commits
bc1bc3e9
Commit
bc1bc3e9
authored
Mar 17, 2011
by
Oliver Bock
Browse files
Fixed/improved error message
parent
2bb2ad3d
Changes
1
Show whitespace changes
Inline
Side-by-side
example/main.cpp
View file @
bc1bc3e9
...
...
@@ -737,7 +737,7 @@ int main (int argc, char * const argv[]) {
err
=
clGetDeviceIDs
(
NULL
,
device_type
,
sizeof
(
device_ids
),
device_ids
,
&
num_devices
);
if
(
err
)
{
log_error
(
"clGetCompute
Device failed
\n
"
);
printf
(
"ERROR: clGet
Device
IDs
failed
with error: %d
\n
"
,
err
);
test_finish
();
return
-
1
;
}
...
...
Write
Preview
Supports
Markdown
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