Highlights
- Pro
Pinned
75 contributions in the last year
Less
More
Contribution activity
October 2021
Created 4 commits in 1 repository
Created a pull request in microsoft/onnxruntime that received 14 comments
Added fixes for Clang on Win64
Description: Minor fixes that help compile ONNX Runtime on Clang for Windows. NOTE that these fixes are very straightforward minor code changes, th…
+5
−5
•
14
comments
Opened 8 other pull requests in 1 repository
microsoft/onnxruntime
6
open
2
merged
- DML functions always returning a value
-
Fixed Clang (on Windows) compiler error with
#pragma's - Fixed compiler error in Clang (for Win64) for ExecutionProvider
- Fixed warnings from implicit conversion from pointer to bool
- ORT_NO_EXCEPTIONS working again
- Deleted duplicated "core/graph/function.h"
-
Missing
#pragma oncein dml_provider_factory.h - Bug in DmlOperatorResize.cpp?