We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd917f commit 34a2433Copy full SHA for 34a2433
x16r/x16r.cu
@@ -602,11 +602,7 @@ static uint32_t init_x16r(int thr_id)
602
//qubit_luffa512_cpu_init(thr_id, throughput);
603
//x11_luffa512_cpu_init(thr_id, throughput); // 64
604
x11_shavite512_cpu_init(thr_id, throughput); //80
605
- if (x11_simd512_cpu_init(thr_id, throughput))
606
- {
607
- applog(LOG_WARNING, "SIMD was unable to initialize :( exiting...");
608
- exit(-1);
609
- }
+ x11_simd512_cpu_init(thr_id, throughput);
610
x16_echo512_cuda_init(thr_id, throughput);
611
x13_hamsi512_cpu_init(thr_id, throughput);
612
//x13_fugue512_cpu_init(thr_id, throughput);
0 commit comments