CUDA-Z 0.9.231 is out

CUDA-Z-0.9.231-macosx CUDA-Z 0.9.231 is out at 2014.12.05. What’s new:

  • CUDA run-time 6.0;
  • Fix potential memory leak (Bug: 19);
  • New build environment is used for Mac OSX version.
  • Fix performance test to reach it’s peak on CUDA SM 2.x devices (Bug: 20);
  • Better support of some new CUDA devices;
  • Minor fixes and improvements.

You can download CUDA-Z from:

Have fun!

WBR, Redscorp

Run CUDA-Z under Ubuntu 14.04 Lunux x64

Hi there!

As far as ia32-libs package was removed from ubuntu repository there is a difficult situation appears. It’s hard to locate what exactly is missing between ubuntu libraries to make CUDA-Z run properly.

I’ve found a command which install all necessary i386 libraries for CUDA-Z:

sudo apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386 libx11-6:i386 libxext6:i386 libxrender1:i386

Have fun, ppl!

PS: I guess I should seriously consider building a CUDA-Z x64 package for Linux…

WBR,
Redscorp