Kangaroo icon indicating copy to clipboard operation
Kangaroo copied to clipboard

GPU code not compiled, use -DWITHGPU when compiling.

Open martyp11 opened this issue 5 years ago • 1 comments

The code is only running on my CPU

GPU code not compiled, use -DWITHGPU when compiling. Number of CPU thread: 4 Range width: 2^119 Jump Avg distance: 2^58.98 Number of kangaroos: 2^12.00 Suggested DP: 44 Expected operations: 2^60.59 Expected RAM: 15.8MB DP size: 44 [0xfffffffffff00000] SolveKeyCPU Thread 0: 1024 kangaroos SolveKeyCPU Thread 3: 1024 kangaroos SolveKeyCPU Thread 1: 1024 kangaroos SolveKeyCPU Thread 2: 1024 kangaroos

martyp11 avatar Jun 28 '20 16:06 martyp11

make ccap=yourccap gpu=1 all

JeanLucPons avatar Jun 29 '20 05:06 JeanLucPons