qweasdzxc17 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Feature Request : please re-add support for Stream #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please re-add support for Stream-plugin; can't use my Radeon AGP 3850
anymore. It runs with SDK 2.0 but OpenCL is not supported by ATI and Stream
is not supported by Pyrit since rev199. The old PC would be great for
network-tests.

greetings, dapi

Original issue reported on code.google.com by datapirates@googlemail.com on 22 Jan 2010 at 8:33

GoogleCodeExporter commented 8 years ago
OpenCL is supported by ATI. You need to use the 9.12-hotfix driver. Please come 
back
here if it doesnt work out.

You can use svn to specifically checkout rev199 for cpyrit_stream and then lock 
that
directory so it does not get updated. Please see svn's docs for that :-)

Original comment by lukas.l...@gmail.com on 22 Jan 2010 at 10:11

GoogleCodeExporter commented 8 years ago
Hi Lukas,  the driver is installed and is running fine. Also is Stream SDK 2.0. 
I can
compile and run rev 199 (only the Stream-part) without errors. The problem is, 
that
the card is not longer supported by ATI's OpenCL-part.

see http://developer.amd.com/gpu/ATIStreamSDK/Pages/default.aspx   No 38xx here 
...

The cal-samples are running, OpenCL-samples don't. (error: CL_DEVICE_NOT_FOUND)

After compiling rev208 with OpenCL, list_cores only shows the CPU-cores.
The command 'python -c 'from cpyrit import _cpyrit_opencl'' doesn't show an 
error.

While trying the lock-commands of subversion, I saw that pyrit/cpyrit/cpyrit.py 
is
also modified in r200, so Stream-cores aren't loaded anymore   ...
Locking this could be rather complicated in future versions :-)

greetings, dapi

Original comment by datapirates@googlemail.com on 28 Jan 2010 at 12:15