gat3way
gat3way
What driver version are you using? You need Catalyst 12.4 (I would recommend using 12.8 but it does not support 4xxx unfortunately).
This is how hashkill worked in the past. Unfortunately this is too slow, especially on multi-GPU systems. Some kernels take a lot of time to compile, it is not acceptable...
Yes, this is possible approach and I have considered it but I am still not all for it. But that's a broad topic.
There should be a file named "output" in the test directory which contains the output from the last test performed. Could you please paste its contents?
Working on that.
Should be OK with the latest commit. Could you test?
This should be fixed with the latest commit I hope. Could you retry with the latest code from github?
Hmmm...bad. I cannot reproduce it unfortunately. Could you run it through valgrind until it crashes then send me the output? It should be like this: valgrind hashkill ..... 2> output.txt...
Hello, Could you please provide the GPUs installed at both places and the driver versions if possible?
I now see the problem. The nvidia bfunix kernel indeed uses 32KB of local memory while the oldest supported Nvidia devices have just 16KB per compute unit. Interestingly though, the...