Hi
With the release of 2.3 I found a small problem which actually officially
documented here -
http://developer.amd.com/gpu/amdappsdk/assets/ATI_Stream_SDK_Release_Notes_Devel
oper.pdf
======================================================================= For ATI
Stream SDK v2.3 on Linux, the executable stack bit of the runtime libraries is
set so that if SELinux is enabled, the OpenCL plaform might fail initialization
(clGetPlatformIDs returns an error). To correct this, run the following command
as root:
# execstack -c ${ATISTREAMSDKROOT}/lib/x86*/libatiocl*.so
=======================================================================
Another problem that libatiocl32.so (libatiocl64.so) is not located in LDPATH.
I think there are two ideas for the fix - either make a symlink to
libatiocl32.so (libatiocl64.so) in /usr/lib or add something like to env.d
file. LDPATH="/opt/ati-stream-sdk/lib/x86"
original report from denisgolovan copied from the old bug tracker
Original issue reported on code.google.com by sidhayn on 24 Apr 2012 at 2:50
Original issue reported on code.google.com by
sidhayn
on 24 Apr 2012 at 2:50