09 Quad Mac Pro, with flashed 1g XFX 4870 ...
all the OpenCL sample apps from Apple, except for the "hello world" example, are failing.
Can anyone else confirm the same errors on their setup? Just so that I know for sure it is due to the 4870.
I will try putting in my GT120 and see what happens.
And here's output from hello.c, which happens to work:
all the OpenCL sample apps from Apple, except for the "hello world" example, are failing.
Can anyone else confirm the same errors on their setup? Just so that I know for sure it is due to the 4870.
I will try putting in my GT120 and see what happens.
Code:
Last login: Sat Aug 29 16:35:11 on ttys002
/Users/mani/Downloads/OpenCL_RayTraced_Quaternion_Julia-Set_Example/build/Debug/qjulia ; exit;
Galactus:~ mani$ /Users/mani/Downloads/OpenCL_RayTraced_Quaternion_Julia-Set_Example/build/Debug/qjulia ; exit;
Creating Texture 512 x 512...
----------------------------------------------------------------------
Using active OpenGL context...
----------------------------------------------------------------------
Connecting to AMD Radeon HD 4870...
----------------------------------------------------------------------
Loading kernel source from file 'qjulia_kernel.cl'...
Error opening file qjulia_kernel.cl
Error: Failed to load kernel source!
Failed to setup compute kernel! Error 1
logout
[Process completed]
Code:
/Users/mani/Downloads/transpose/transpose ; exit;
Galactus:~ mani$ /Users/mani/Downloads/transpose/transpose ; exit;
Error: Failed to load compute program from file!
logout
[Process completed]
And here's output from hello.c, which happens to work:
Code:
Galactus:~ mani$ /Users/mani/Downloads/OpenCL_Hello_World_Example/build/Debug/hello ; exit;
Computed '1024/1024' correct values!
logout
[Process completed]