Package Details: amdapp-sdk-docs 3.0-23

Git Clone URL: https://aur.archlinux.org/amdapp-sdk.git (read-only, click to copy)
Package Base: amdapp-sdk
Description: AMD Accelerated Parallel Processing (APP) SDK, 3.0 with OpenCL 2.0 support. Documentation
Upstream URL: https://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/
Licenses: custom
Groups: amdapp
Submitter: Vi0L0
Maintainer: rigred
Last Packager: k8ie
Votes: 84
Popularity: 0.001645
First Submitted: 2013-02-11 21:03 (UTC)
Last Updated: 2019-08-16 21:33 (UTC)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 21 Next › Last »

vojtechkral commented on 2011-04-28 18:30 (UTC)

So what's up? Does it work for you? Any problems?

vojtechkral commented on 2011-04-21 22:40 (UTC)

Ok, I finally updated this. Once again sorry for the delay. Feel free to test, I seriously doubt this first pkgrel is flawless... The bad news (I know of) is that the 'clc' tool is gone. The good news is that the pkg has been cleaned by AMD somewhat, so we'll hopefully be able to avoid ld config path hacks. It's still windows-installer-like messy though... So still in /opt. Alright, that's it from me for now, I'll get back to you asap...

big_gie commented on 2011-04-21 21:15 (UTC)

You mean the kernel-only compiler? What is used to compile a kernel file before running the program? If I clBuildProgram() each time I should be fine?

<deleted-account> commented on 2011-04-20 18:13 (UTC)

catalyst-test 11.4 and AMD APP SDK 2.4 seem to increase the performance of OpenCL apps by a bit. Please update the PKGBUILD.

<deleted-account> commented on 2011-04-20 18:12 (UTC)

>> It fails a call to clGetPlatformIDs(). Here is a quick dirty fix: sudo ln -s /opt/amdstream/lib/x86_64/libamdocl64.so /usr/lib/

big_gie commented on 2011-04-11 23:01 (UTC)

Here's a patch for version 2.4: http://pastebin.com/0UTDbPWN Note that I can't run an OpenCL code with this new version. It fails a call to clGetPlatformIDs(). This is used to run OpenCL code on the CPU.

toffyrn commented on 2011-03-02 21:31 (UTC)

After the last pkgrel it seems to find the .so files, however a simple script containing only: "import pyopencl as cl ctx = cl.create_some_context()" crashes with: "File "/usr/lib/python2.7/site-packages/pyopencl/__init__.py", line 314, in create_some_context platforms = get_platforms() pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code" I am also having issues when trying to run C++ applications with CL after this last pkgrel... Is it working for you? Contact me at <toffyrn at toffyrn.net> if this is filling up the comments field.

vojtechkral commented on 2011-03-01 14:09 (UTC)

Ok, updated. I hope it's ok.