From 46ce7b0cb49d024c6190fa81c44b46f4ed0cfe59 Mon Sep 17 00:00:00 2001 From: David Wu Date: Sun, 24 Dec 2023 10:58:00 -0500 Subject: [PATCH] Bump tunesalt for trt --- cpp/neuralnet/trtbackend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/neuralnet/trtbackend.cpp b/cpp/neuralnet/trtbackend.cpp index 2a7a125cf..c037246b5 100644 --- a/cpp/neuralnet/trtbackend.cpp +++ b/cpp/neuralnet/trtbackend.cpp @@ -154,7 +154,7 @@ struct ModelParser { ModelParser(const ModelParser&) = delete; ModelParser& operator=(const ModelParser&) = delete; - static constexpr int tuneSalt = 3; // Bump this when between katago versions we want to forcibly drop old timing caches and plan caches. + static constexpr int tuneSalt = 4; // Bump this when between katago versions we want to forcibly drop old timing caches and plan caches. unique_ptr build( unique_ptr net,