Skip to content

Commit

Permalink
Bump tunesalt for trt plan cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lightvector committed Jul 19, 2024
1 parent 13cbfb1 commit bdb4453
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 @@ -161,7 +161,7 @@ struct ModelParser {
ModelParser& operator=(const ModelParser&) = delete;

// Bump this when between katago versions we want to forcibly drop old timing caches and plan caches.
static constexpr int tuneSalt = 4;
static constexpr int tuneSalt = 5;

unique_ptr<TRTModel> build(
unique_ptr<INetworkDefinition> net,
Expand Down

0 comments on commit bdb4453

Please sign in to comment.