Highlights
- Arctic Code Vault Contributor
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
-
Python - A vanilla implementation of Viola Jones' cascaded AdaBoost based object detector
-
-
-
Forked from onnx/models
A collection of pre-trained, state-of-the-art models in the ONNX format
Jupyter Notebook
-
378 contributions in the last year
Contribution activity
September 2020
Created a pull request in microsoft/onnxruntime that received 2 comments
Exclude registering CUDA EP in the Python wheel if DML is enabled
Description: #4630 is trying to add support for DML EP in Python. Currently we are allowing registering multiple GPU EPs if the wheel is built with…
+22
−2
•
2
comments
- Exclude a few python tests for the DML EP
- Add dll probe path so that the right DirectML.dll is loaded while running C# tests
- Fix typo in DML native method call from the C# API
- Prevent registering both DML and CUDA EPs in an ML op test
- Return error code for library loading and unloading failure on Windows
- Add dll probe path so that the right DirectML.dll is loaded while running C# tests
- Update BUILD.md
- Expose DirectML provider to python (conflicts resolved from #3359)
- Prevent registering both DML and CUDA EPs in an ML op test
- Return error code for library loading and unloading failure on Windows
- Fix a warning in global_thread_pools/test_inference.cc
- Changes to enable saving and loading an ORT format model
- Improve performance of CUDA implementations for GatherElements and Greater, Equal and Less