The error states:
error: can't enable all OpenCL extensions or unrecognized OpenCL extension
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
System configuration:
- Windows 7 on 64 bit
- Notebook with ATI Mobility Radeon HD 5400 series
- Visual Studio 2010
Drivers installed:
- AMD-APP-SDK-v2.8-Windows-64
- amd_catalyst_13.5_mobility_beta3
How can i solve this problem because i need to use double type in the kernel? The directive is declared in the first kernel line.