Skip to content

Commit

Permalink
Bump tunesalt for trt
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Dec 24, 2023
1 parent 79fb0c9 commit 46ce7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/neuralnet/trtbackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<TRTModel> build(
unique_ptr<INetworkDefinition> net,
Expand Down

0 comments on commit 46ce7b0

Please sign in to comment.