Posty

Wyświetlanie postów z 2011

The binary version of cuda n-DES is close to release

I'm so sorry that it took a lot of time but I found memory leak and many small problems which it could destroy your data. Now I'm making GUI for first release in MONO. It will be compatibile with Windows and Linux. I can't make binary version for MacOS yet.

Start with CUDA. Tutorial for Windows and Linux

If you have Linux you need new NVIDIA drivers, CUDA Toolkit and sometimes GPU Computing SDK is helpfully. When you install in default location, you must add this location to PATH. I added it into .bashrc in ~ (home folder): export PATH=/usr/local/cuda/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda/lib64:/usr/local/cuda/lib:$LD_LIBRARY_PATH If you are using Widnows you must have installed VS2008, new drivers, GPU sdk, CUDA toolkit, and helpfully is CUDA_VS_Wizard v2.0. First you must install VS2008, next GPU SDK, next CUDA TOOLKIT and last CUDA_VS_WIZARD V2.0. You must add into windows environments this lines (I'm using windows xp): CUDA_BIN_PATH -> C:\cuda\bin CUDA_INC_PATH -> C:\CUDA\include CUDA_LIB_PATH -> C:\CUDA\lib NVSDKCOMPUTE_ROOT -> C:\Documents and Settings\All Users\Aplication Data\NVIDIA Corporation\NVIDIA GPU Computing SDK NVSDKCUDA_ROOT-> C:\Documents and Settings\All Users\Aplication Data\NVIDIA Corporation\NVIDIA GPU Computing SDK\C Path -> %Sys

Benchmark version is comming

Hi, I'll post benchmark version on my blog when it will be tested. I don't want make data on your computer unused. First I'll post benchmark version to my experiment. After it I'll post results and I'll post binary version to use on Windows or Linux. I can't compile it for mac. Regards.

n-DES with CUDA support with SHARED MEMORY (updated)

I didn't believe that shared memory is very fast. I wrote version app which using shared memory. On my card it's only 16kb for every block of threads. It's very small but i tried use that for encrypt/decrypt. Version without shared memory worked 76 seconds but with shared memory only 50 seconds. It's increase about 35% performance. I'll trying increase performance more. Edited at 2011-02-24: My last version of nDES CUDA works about 59% using SHARED MEMORY on my 8600m gt. It's very good for me but i'll try increase it more :)

Windows 8 M2

Hi, Actual build of Windows 8 is: 6.2.7947.0.winmain_win8m2_escrow.110218-1608. As you see is from 2011-02-18. I think that beta version will be release near. At 2011-02-28 MS want start programming M3 build. It's last version before beta. Dell said that at Q1 2012 they'll release Tablet with preinstalled Windows 8.