mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
Fix a warning found in the latest VS release
This commit is contained in:
parent
34beafc51c
commit
262ee9dc5a
1 changed files with 0 additions and 3 deletions
|
|
@ -143,9 +143,6 @@ Status PerformanceRunner::ForkJoinRepeat() {
|
|||
std::condition_variable cv;
|
||||
|
||||
// Fork
|
||||
counter.load(std::memory_order_seq_cst);
|
||||
requests.load(std::memory_order_seq_cst);
|
||||
|
||||
for (size_t i = 0; i != run_config.concurrent_session_runs; ++i) {
|
||||
counter++;
|
||||
tpool->Schedule([this, &counter, &requests, &m, &cv, &run_config]() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue