- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to get the fission extension up and running under 1.1 beta (64 bit), and it looks like CL_DEVICE_PARTITION_TYPES_EXT returns an incorrect number for the returned size.
Calling:
clGetDeviceInfo(id, CL_DEVICE_PARTITION_TYPES_EXT, 0, NULL, &size)
on my Q9450 will put 3 into &size. This seems to be the number of valid array entries returned by the function, but clGetDeviceInfo should always return the number of bytes.
There is a similar problem with the input param_value_size -- it expects the max number of elements available but should expect the max number of bytes available.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for reporting this, I'll file a bug report. Please report any other problems you encounter when using Device Fission.
Doron
Doron

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page