Skip to content

fix(clGetDeviceIDs): check error#6

Open
sambacha wants to merge 1 commit into
1inch:masterfrom
sambacha:patch-1
Open

fix(clGetDeviceIDs): check error#6
sambacha wants to merge 1 commit into
1inch:masterfrom
sambacha:patch-1

Conversation

@sambacha

Copy link
Copy Markdown

Applying fix from https://github.com/wjmelements

see johguse#23

Fixes:

-33 is CL_INVALID_DEVICE.
I hunted down the origin of the corruption and determined it was an unhandled error.

Changes
Check the return value of clGetDeviceIDs

johguse/ERADICATE2@master...wjmelements:ERADICATE2:clGetDeviceIDs-error#files_bucket

Applying fix from https://github.com/wjmelements

see <johguse#23>


Fixes: 

```
-33 is CL_INVALID_DEVICE.
I hunted down the origin of the corruption and determined it was an unhandled error.

Changes
Check the return value of clGetDeviceIDs
```
johguse/ERADICATE2@master...wjmelements:ERADICATE2:clGetDeviceIDs-error#files_bucket
@wjmelements

Copy link
Copy Markdown

Cool

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants