Size: 835
Comment:
|
Size: 836
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
* clGetDeviceIDs: should never occur. Happens when 2nd arg, device_type, is an invalid value. Appears to only be called w/ a valid value in Altus_Standalone. | * clGetDeviceIDs: should never occur. Happens when 2nd arg, device_type, is an invalid value. Appears to only be called w/ a valid value in Altus_Standalone. |
Project management
CL_ERRORS
CL_INVALID_DEVICE (-33)
- clGetDeviceIDs: should never occur. Happens when 2nd arg, device_type, is an invalid value. Appears to only be called w/ a valid value in Altus_Standalone.
CL_INVALID_WORK_DIMENSION (-53)
Official documentation: Returned by clEnqueueNDRangeKernel if work_dim is not a valid value.
Valid value is 0 < work_dim <= 3.
Called with value of 3 throughout Altus_Standalone codebase; does not appear to have a way to be triggered?