OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1718 Discussions

Bug in fission CL_DEVICE_PARTITION_TYPES_EXT

omion
Beginner
503 Views

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.

0 Kudos
1 Reply
Doron_S_Intel
Employee
503 Views
Thanks for reporting this, I'll file a bug report. Please report any other problems you encounter when using Device Fission.

Doron
0 Kudos
Reply