Is it possible to run a 32 Bit OpenCL Application on a 64 Bit Linux system? Although I see that there is an ELF32 libOpenCl.so in /usr/lib, running a 32 bit compiled oclMatrixMul fails with
./oclMatrixMul Starting…
Device 0:
Device GeForce GTX 260
!!! Error # -5 at file oclMatrixMul.cpp, line 392
Segmentation fault
(i’ve got 195.17 drivers installed on my system)