So, I've downloaded and compiled some of Apple's OpenCL sample code.
Pretty much none of them work for me, except for the Hello World example.
Has anyone else had any luck? I'm assuming the OpenCL spec has changed since these were last worked on (since the error occurs when trying to load the .cl files), and some tweaks need to be make to the kernel code.
In particular, the following sample projects don't work for me:
OpenCL_Procedural_Grass_and_Terrain_Example
OpenCL_RayTraced_Quaternion_Julia_Set_Example
OpenCL_Procedural_Noise_Example
Any help appreciated!
Pretty much none of them work for me, except for the Hello World example.
Has anyone else had any luck? I'm assuming the OpenCL spec has changed since these were last worked on (since the error occurs when trying to load the .cl files), and some tweaks need to be make to the kernel code.
In particular, the following sample projects don't work for me:
OpenCL_Procedural_Grass_and_Terrain_Example
OpenCL_RayTraced_Quaternion_Julia_Set_Example
OpenCL_Procedural_Noise_Example
Any help appreciated!
Code:
/Users/mani/Downloads/OpenCL_Procedural_Noise_Example/build/Debug/noise ; exit;
Galactus:~ mani$ /Users/mani/Downloads/OpenCL_Procedural_Noise_Example/build/Debug/noise ; exit;
----------------------------------------------------------------------
Using active OpenGL context...
----------------------------------------------------------------------
Connecting to AMD Radeon HD 4870...
----------------------------------------------------------------------
Loading kernel source from file 'noise_kernel.cl'...
Error opening file noise_kernel.cl
Failed to setup compute kernel! Error -8
logout
[Process completed]