Ok. win32 second try, fully rebuilt:
https://www.dropbox.com/s/ikm9307wsx0ydqt/vanitygen_catalyst.zipTo build from source code:
download
https://github.com/wyuzhe/vanitygen/archive/master.zip, setup dependencies, nmake -f Makefile.
win32/
win64 etc.
Once you'we built all the binaries (8 in total), you
can wrap the result with AMD APP SDK 2.8 compiler which seems to produce correct code in case you're getting compute errors.
Beware that to get correct version of the compiler you need to download the whole SDK (200MB).
Test it against beta catalyst driver on system. In case you get a crash/your card is frozen, try removing some or all the dlls of compiler wrapper in 32/ or 64/ directory.
Wrapped version, when running with -v, should report:
Version: OpenCL 1.2 AMD-APP (1016.4)
Newer compiler versions produce incorrect results (block mining indeed unaffected - vanitygen kernel is nontrivial compared to simple sha256 one).
Detailed reports welcome as always.
Working here on 7970 with catalyst 13.3beta on Windows 7 Ultimate 64bit SP1 (precompiled dropbox version)
Directory of C:\Users\Mylon\Downloads\vanitygen_catalyst\64
04/10/2013 01:49 <DIR> .
04/10/2013 01:49 <DIR> ..
12/28/2012 11:14 32,635,904 amdocl64.dll
12/28/2012 11:14 1,187,342 amdocl_as.exe
04/10/2013 01:49 0 amdocl_as.exe.local
12/28/2012 11:14 1,061,902 amdocl_ld.exe
04/10/2013 01:49 0 amdocl_ld.exe.local
07/01/2012 00:58 214,312 cacert.pem
04/09/2013 16:43 36,865 calc_addrs.cl
04/10/2013 00:29 995,328 keyconv64.exe
04/10/2013 01:49 0 keyconv64.exe.local
04/10/2013 00:29 976,896 oclvanitygen64.exe
04/10/2013 01:49 0 oclvanitygen64.exe.local
04/10/2013 00:29 1,769,984 oclvanityminer64.exe
04/10/2013 01:49 0 oclvanityminer64.exe.local
12/28/2012 11:14 54,784 OpenCL.dll
04/10/2013 00:29 936,960 vanitygen64.exe
04/10/2013 01:49 0 vanitygen64.exe.local
16 File(s) 39,870,277 bytes
2 Dir(s) 17,782,820,864 bytes free
C:\Users\Mylon\Downloads\vanitygen_catalyst\64>oclvanitygen64.exe -p 0 -d 0 1MyL
oN13
Difficulty: 873388193410
Compiling kernel, can take minutes...done!
[27.54 Mkey/s][total 11777605632][Prob 1.3%][50% in 6.0h] ^
C
C:\Users\Mylon\Downloads\vanitygen_catalyst\64>
Awesome work!