Re: Multi-GPU, multi-hash GRT BETA! For Linux...

I've found a few errors, and discovered some other silly stuff I'm doing with my code related to constants... I'll fix this and drop out a new version in the next day or two for testing.
I definitely found some errors with valgrind though.
Whoops...
new char(16)
NOT THE SAME AS
new char[16]

I definitely found some errors with valgrind though.

new char(16)
NOT THE SAME AS
new char[16]
