Raymond Yang
fd0d7c5fc0
Add the mac python packaging script ( #72 )
...
* Add pipeline for building python wheels for Windows/Linux CPU and GPU
* try enable mkldnn
* remove mklml
* Update python packaging configuration
* Try macos pywheel packaging
* Try removing mkldnn from mac build
* Use conda in mac agents
* Change to build release only
* Add the mac wheel packaging list to the packaging yaml
* Add mkldnn into mac wheels
2018-11-30 17:31:15 -08:00
Hector Li
31780cae32
Add NonMaxSupression op to contribution ops ( #60 )
...
* Add NonMaxSupression op to contribution ops
* fix the warning
* Update schema, add more test case
* fix build error on Linux
* update according to review comments
* fix typo
* add shape inference
* revert a minor change
2018-11-30 17:15:13 -08:00
Pranav Sharma
6624dd2778
Rel 0.1.5 ( #70 )
...
* updated nuget package metadata for MS compliance (#66 )
* fixed metadata element -- use PackageProjectUrl instead of ProjectUrl (#67 )
* Change version to 0.1.5
2018-11-30 16:23:47 -08:00
Tracy Sharpe
21044846ee
use #pragma parallel for properly ( #68 )
2018-11-30 14:11:49 -08:00
shahasad
c55663860e
fixed metadata element -- use PackageProjectUrl instead of ProjectUrl ( #67 )
2018-11-30 11:01:47 -08:00
Zhang Lei
b534f9fa5f
Square and Cube optimization for Pow<float>() operator. ( #30 )
2018-11-30 10:16:22 -08:00
shahasad
bcc8f621ea
updated nuget package metadata for MS compliance ( #66 )
2018-11-30 09:35:20 -08:00
Scott McKay
edbe19d22f
Include output name with mismatch error message so it's clearer where the failure comes from. ( #65 )
2018-11-30 20:34:35 +10:00
Ke Zhang
9b1bc06c34
Merge pull request #64 from Microsoft/kezhan/remove_const_cast
...
remove const cast
2018-11-29 19:16:05 -08:00
linkerzhang
e9de9abc96
update
2018-11-29 18:36:05 -08:00
linkerzhang
fbd7b9b8f0
Merge branch 'master' of https://github.com/Microsoft/onnxruntime into kezhan/remove_const_cast
2018-11-29 18:27:21 -08:00
linkerzhang
56811d10af
remove const cast in transformer_memcpy
2018-11-29 18:27:06 -08:00
linkerzhang
e00c956254
update the comments.
2018-11-29 17:54:30 -08:00
Pranav Sharma
39ebccbc8b
Fix sample example documentation for python pkg ( #61 )
2018-11-29 17:50:12 -08:00
linkerzhang
afe3fb5c1d
Merge branch 'master' of https://github.com/Microsoft/onnxruntime into kezhan/remove_const_cast
2018-11-29 17:46:03 -08:00
linkerzhang
35f94cac27
remove const cast from conv related fusion.
2018-11-29 17:45:44 -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