alephium / gpu-miner

GNU Lesser General Public License v3.0
36 stars 31 forks source link

How to run the test? #58

Open hentai8 opened 2 years ago

hentai8 commented 2 years ago

I cannot run the test.

luminousmining commented 7 months ago

With ubuntu! In the file blake3.cu replace sizeof(blake3_hasher) by sizeof(inline_blake::blake3_hasher).

mkdir build_test
cd build_test
cmake .. -DCMAKE_BUILD_TYPE=Release -DBLAKE3_TEST=1
cmake --build . --config Release