From 160e92fece3e64cd4cb9a12a54bc5747fe05fbba Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Wed, 7 May 2025 01:37:43 +0100 Subject: [PATCH] Add c005 to tig-worker. --- tig-worker/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig-worker/src/main.rs b/tig-worker/src/main.rs index eeb8f8b..2273306 100644 --- a/tig-worker/src/main.rs +++ b/tig-worker/src/main.rs @@ -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'");