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,