Add c005 to tig-worker.

This commit is contained in:
FiveMovesAhead 2025-05-07 01:37:43 +01:00
parent 76c6d4f592
commit 160e92fece

View File

@ -103,7 +103,7 @@ fn compute_batch(
let settings = load_settings(&settings);
match settings.challenge_id.as_str() {
"c004" => {
"c004" | "c005" => {
#[cfg(not(feature = "cuda"))]
panic!("tig-worker was not compiled with '--features cuda'");