Changming Sun
Changming Sun
And python does not use PATH env for searching DLLs
@bpasham, but what happens when the key is expired? Do I need to regenerate the key every 60 minutes?
I hit a blocker in Web CI pipeline. Then Yulong and I had a meeting and discussed it. We found the root cause, but the fix is non-trivial. Instead, I...
I updated this PR to use std::mutex instead. Originally I tried to use absl::mutex.
/azp run ONNX Runtime Web CI Pipeline
/azp run Windows CPU CI Pipeline
> General comment. It would save us a lot of refactoring and preserve lots of flexibility if we simply refactored OrtMutex or typedefed as absl::Mutex. Also could continue to use...
For reference, the code changes were generated by the following commands: ```bash git rm include/onnxruntime/core/platform/ort_mutex.h -f git rm onnxruntime/core/platform/posix/ort_mutex.cc -f find . -type f -exec sed -i 's/onnxruntime::OrtMutex/std::mutex/g' {} \;...
@fs-eire , can we delete the WASM64 build option and all related cmake code? The feature never went to production and currently it does not have owner . If we...
This issue has been automatically closed as 'not planned' because it has been marked as 'stale' for more than 30 days without activity. If you believe this is still an...