Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GPGPU
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Kai Westerkamp
GPGPU
Commits
946e6ff9
Commit
946e6ff9
authored
Oct 21, 2016
by
Kai Westerkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
neo device fix
parent
35e399a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CAssignmentBase.cpp
Assignment1/Common/CAssignmentBase.cpp
+3
-1
Folien Auftaktveranstaltung.pptx
Folien Auftaktveranstaltung.pptx
+0
-0
No files found.
Assignment1/Common/CAssignmentBase.cpp
View file @
946e6ff9
...
...
@@ -90,7 +90,9 @@ bool CAssignmentBase::InitCLContext()
{
// Getting the available devices.
cl_uint
countDevices
;
clGetDeviceIDs
(
platformIds
[
i
],
deviceType
,
1
,
&
deviceIds
[
countAllDevices
],
&
countDevices
);
cl_int
clError
;
clError
=
clGetDeviceIDs
(
platformIds
[
i
],
deviceType
,
1
,
&
deviceIds
[
countAllDevices
],
&
countDevices
);
V_RETURN_FALSE_CL
(
clError
,
"Failed to create the command queue in the context"
);
for
(
size_t
j
=
0
;
j
<
countDevices
;
j
++
)
{
...
...
Folien Auftaktveranstaltung.pptx
0 → 100644
View file @
946e6ff9
File added
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