Skip to content

Commit

Permalink
Update BuildId.hpp for SDK 2.23.0
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <[email protected]>
  • Loading branch information
quic-zhanweiw authored Jun 25, 2024
1 parent 1fe1ff3 commit d0adc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibQNNHelper/src/Utils/BuildId.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace qnn {
namespace tools {

inline std::string getBuildId() { return std::string("v2.20.0.240223161333_83920"); }
inline std::string getBuildId() { return std::string("v2.23.0.240531124219_94801"); }

} // namespace tools
} // namespace qnn

0 comments on commit d0adc49

Please sign in to comment.