arrayfire / arrayfire-ml

ArrayFire's Machine Learning Library.
BSD 3-Clause "New" or "Revised" License
102 stars 23 forks source link

OpenCL Error OSX Radeon HD6750 #23

Closed jramapuram closed 8 years ago

jramapuram commented 8 years ago

jason@tesla ~/p/a/build> ./test/Activations_opencl in[0] [5 1 1 1] -8.9262 32.2371 45.1800 -32.0635 -8.0176

libc++abi.dylib: terminating with uncaught exception of type af::exception: ArrayFire Exception(401): Double precision not supported for this device In /var/lib/jenkins-slave/workspace/arrayfire-osx-graphics-installer/src/api/cpp/data.cpp:27 fish: Job 1, './test/Activations_opencl ' terminated by signal SIGABRT (Abort)

jramapuram commented 8 years ago

Are we trying to use double precision? Shouldn't be needed for nnets. The trajectory seems to be going to smaller and smaller types actually (i.e. nirvana's 16bit ultra fast impl)

pavanky commented 8 years ago

It should not be using double precision. Which version of ArrayFire are you using ?

jramapuram commented 8 years ago

3.02

pavanky commented 8 years ago

Can you try this with our devel branch ?

pavanky commented 8 years ago

This seems to be a problem in the main arrayfire library. I pushed a fix to this library that works around the issue.

jramapuram commented 8 years ago

Nice, ty Ill try it with the tip