Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
Forked from Ciantic/VirtualDesktopAccessor
DLL for accessing Windows 10 Virtual Desktop features from e.g. AutoHotkey
C++
-
-
578 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in microsoft/onnxruntime that received 3 comments
Fix a few more signed/unsigned warnings in test code.
Description: Fix some comparisons that result in a warning on x86. Motivation and Context Fix warnings.
+3
−3
•
3
comments
- Only strip linux and android onnxruntime.so in Release and MinSizeRel builds
- Add ability to generate configuration file with required operators.
- Improve the minimal build size on android and linux
- Fix signed/unsigned mismatch on x86.
- Remove serialization of outer scope value info in ORT format model
- Small updates to ORT Mobile documentation
- Add unit test for C# setting of session options config entry.
- Skottmckay/tmp/ort format model build changes test
- Last major set of ORT format model changes
- Changes to enable saving and loading an ORT format model
- [WIP] Enable onnx_test_runner for ort format
- Add minimal build binary size verification (arm64) to Android CI
- Workaround for x86 Android MLAS build break
- Improve the minimal build size on android and linux
- Add Linux CPU CI for ORT minimal build
- Prevent registering both DML and CUDA EPs in an ML op test
- Exclude registering CUDA EP in the Python wheel if DML is enabled
- Update ONNX to latest
- Add sequence and map support in ORT mobile file format, add UT
- Remove usage of macros for constants in public header.
- Last major set of ORT format model changes
- Temporarily switch SafeInt to a fork for an option to disable exceptions
- Changes to enable saving and loading an ORT format model
- Pass Model Path to TensorProtoToMLValue from Constant Folding for External Inputs
- Rename DeviceAllocatorRegistrationInfo to a more generic name; Use OrtArenaCfg for arena members; Remove unused OrtMemType; Simplify CreateAllocator interface.