Commit graph

106 commits

Author SHA1 Message Date
Pranav Sharma
39ebccbc8b
Fix sample example documentation for python pkg (#61) 2018-11-29 17:50:12 -08:00
Xavier Dupré
1ea32a097a Update pythin bindings for options (#14) 2018-11-29 17:03:09 -08:00
Pranav Sharma
728c3c078e
Update issue templates (#62) 2018-11-29 15:37:40 -08:00
Zhang Lei
cd1042c94f
Merge pull request #36 from Microsoft/zhalei/softmax_optimize
Optimize softmax cpu by parallel using openmp.
2018-11-29 13:52:26 -08:00
Ke Zhang
fafc48bf94
Merge pull request #59 from Microsoft/kezhan/qlinearmatmul
add QLinearMatMul
2018-11-29 11:36:52 -08:00
linkerzhang
91c860bec4 fix description 2018-11-29 11:17:22 -08:00
linkerzhang
34aa545b64 add QLinearMatMul 2018-11-29 10:58:20 -08:00
Ke Zhang
e8db06ed44
Merge pull request #32 from Microsoft/kezhan/op_spec_fix
fix  output type specification for ConvInteger
2018-11-29 08:48:05 -08:00
shahasad
7780fd6cd9 fix bug -- failing on non float tensor output types (#58)
* fixed the missing implementation of output tensor construction based on type checking

* cleanup

* cleanup
2018-11-29 08:15:18 -08:00
Scott McKay
8980cbbfad
Merge pull request #52 from Microsoft/scmckay/UpdateCudaInfoInBuildMd
Update CUDA build help and tweak build setup
2018-11-29 18:06:57 +10:00
Scott McKay
a4bcb1121b
Merge pull request #57 from Microsoft/scmckay/FixInferenceSessionInputValidationHandlingOfOptionalInputs
Support overriding initializers via feed inputs
2018-11-29 18:05:43 +10:00
Scott McKay
97dc949e3f Fix some more C# unit test issues.
Ignore bin and obj directories under /csharp
2018-11-29 17:38:51 +10:00
Scott McKay
f3fb1d5ff8 Merge remote-tracking branch 'origin/master' into scmckay/FixInferenceSessionInputValidationHandlingOfOptionalInputs 2018-11-29 16:35:05 +10:00
Scott McKay
2486336355 Update error messages C# tests check for. 2018-11-29 16:31:10 +10:00
Scott McKay
d263d6734e Adjust test. valid input names aren't deterministically ordered in error message. 2018-11-29 15:04:53 +10:00
Scott McKay
4dd1e50aa7 Merge remote-tracking branch 'origin/master' into scmckay/UpdateCudaInfoInBuildMd 2018-11-29 14:53:11 +10:00
jywu-msft
ca86d8f17c
Merge pull request #55 from Microsoft/jywu/incr_fixup
fix for possible incremental build breaks.
2018-11-28 20:40:36 -08:00
Scott McKay
ea1ad0aaf5 Merge remote-tracking branch 'origin/master' into scmckay/FixInferenceSessionInputValidationHandlingOfOptionalInputs 2018-11-29 14:32:32 +10:00
Scott McKay
989b00321e Update session state initializer to support overriding initializers.
Update test
2018-11-29 14:31:36 +10:00
George Wu
3feeb9de3e Merge branch 'master' of https://github.com/Microsoft/onnxruntime into jywu/incr_fixup 2018-11-28 20:16:06 -08:00
Yulong Wang
846044e282 [Mac] support mkldnn for macOS (#56) 2018-11-28 20:01:21 -08:00
Faith Xu
7523e76649 Minor wording changes to design doc (#51)
* Update HighLevelDesign.md

* Update HighLevelDesign.md

* Update HighLevelDesign.md
2018-11-28 19:43:03 -08:00
Raymond Yang
6371025860 Add flag for mac compliance (#45)
* Refine windows CI configs

* Add flag for mac compliance
2018-11-28 19:22:29 -08:00
Yulong Wang
d60507d2e9 [Mac] fix python binding (#54) 2018-11-28 18:29:16 -08:00
Scott McKay
91f1866b64 Only check for 'bin' folder in cudnn path on windows. 2018-11-29 12:25:41 +10:00
Scott McKay
bfaade660b Initial changes.
Optional inputs aren't being handled properly in SaveInputOutputNamesToNodeMapping
2018-11-29 12:23:44 +10:00
George Wu
6179ddb2a1 fix for possible incremental build breaks. 2018-11-28 18:14:20 -08:00
Raymond Yang
cb1781927f Remove mklml in Linux python wheel packagaing (#53) 2018-11-28 17:37:49 -08:00
Zhang Lei
21cabe3ead
Merge pull request #35 from Microsoft/zhalei/reduce_mean_optimize
Optimize ReduceMean/ReduceSum using openmp and no extra transpose on some general cases
2018-11-28 17:07:10 -08:00
Scott McKay
2f61926390 Update build.md section on CUDA builds to clarify and add CUDA 10.0 info.
Add --msvc_toolset param to build.py
Tweak CMakeLists.txt to set the CUDA toolset path from onnxruntime_CUDA_HOME.
2018-11-29 10:37:21 +10:00
jignparm
2f234e4e78 Minor fixes to nuget README.md file (#49) 2018-11-28 16:30:34 -08:00
Tang, Cheng
564907fa1a
remove the non ascii char (#48) 2018-11-28 16:20:04 -08:00
shahasad
16ef49c51b
Merge pull request #47 from Microsoft/dev/shahasad/some-cosmetic-fixes-in-the-build-script
Some fixes in NuGet package metadata
2018-11-28 15:56:07 -08:00
Lei Zhang
0540d8e5f7 Better name for read. 2018-11-28 15:25:17 -08:00
Lei Zhang
7cb3dfc18a Optimize ReduceMean/ReduceSum when all reduce axises located at the tail of the
input tensor's dims by do not make extra copy. And use openmp to parallel the
reduce on results.
2018-11-28 15:25:17 -08:00
Shah Asaduzzaman
6f65a03939 some cleanup 2018-11-28 15:21:17 -08:00
Shah Asaduzzaman
c1613aa28e Fixes in the NuGet package meatada. Include sourcelink 2018-11-28 15:09:51 -08:00
Tracy Sharpe
17b72b2e7d
Merge pull request #46 from Microsoft/tracysh/mergemaster
merge from internal master
2018-11-28 12:23:50 -08:00
Tracy Sharpe
39fc17281c merge from internal master 2018-11-28 12:06:33 -08:00
Lei Zhang
6b00e6bb4d Simpler unused parameter in #if defined() switch. 2018-11-28 11:30:57 -08:00
Lei Zhang
c530064ebe Better opemmp parallel group count calculation in Softmax parallel running. 2018-11-28 11:15:31 -08:00
Scott McKay
bd50598d17 Document the Graph header files and cleanup some issues. (#42)
* Checkpoint.

* Add doco to graph.h and graph_base.h.
Change NodeConstIterator to return a reference to clearly advertise no nullptr's are going to be returned as it's only iterating valid Nodes.
Fix some code analysis warnings.

* Make a couple of APIs return a reference instead of a pointer as they never return nullptr.

* More doco and some minor naming cleanups.

* Cleanups
Couple more consistency changes.

* Fix CUDA test file

* Fix invalid line.
2018-11-28 08:42:11 -08:00
Changming Sun
4fbd345732
Merge pull request #44 from Microsoft/fix_codeowners_file
Fix codeowners file
2018-11-28 17:52:25 +08:00
shahasad
75d329d845
Merge pull request #25 from Microsoft/dev/shahasad/merge-latest-few-changes-on-csharp-api
updated the files with the latest ones from VSTS repo
2018-11-28 01:50:00 -08:00
Shah Asaduzzaman (ASAD)
6e2a1ceb41 merged from master 2018-11-28 01:29:08 -08:00
Shah Asaduzzaman (ASAD)
be1be9fa94 explicitly specify outputpath in the test project 2018-11-28 01:10:37 -08:00
Shah Asaduzzaman (ASAD)
f638031f02 make test explicitly anyCPU 2018-11-28 00:13:56 -08:00
Shah Asaduzzaman (ASAD)
1a03f44938 make the test project explicitly x64 platform to get working 2018-11-28 00:09:35 -08:00
Pranav Sharma
6038ba21fd Fix codeowners file 2018-11-27 23:42:17 -08:00
Raymond Yang
1b3efc36c1 Add pipeline for building python wheels (#41)
* Add pipeline for building python wheels for Windows/Linux CPU and GPU

* try enable mkldnn

* remove mklml

* Update python packaging configuration

* Add python3.7 support

* Revert to disable the py37 packaging on windows
2018-11-27 20:02:41 -08:00