This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Commit 8adf498
authored
Cyphers/27sync (#4059)
* [ONNX] Add GatherND op to ONNX importer (#3963)
* [ONNX] Added gatherND op to ONNX importer.
* Added tests.
* Removed new line.
* Update onnx_import.in.cpp
* Changed tests.
* Fix serialization of op's type (#4019)
* Fix serializer op name
* cleanup
* Make sure examples compile (#3981)
* Make sure examples compile
* Resolve doc build error due to opset versioning and align dynamic tensor doc to cpp example
* Add latest rc
* Remove deprecated API
* Update brief link summary
* Dist example
* update doc for cpp code examples folder
* Fix typo and toc index
* Build config for example, deprecation in dist test
* style
* Update jenkins-trigger.groovy
Moving to gitlab.
* Fix layernorm flatten issue (#4032)
* fix layernorm flatten issue
* update ut
* checkout output val
* fix style
* apply tolerance
* [MKLDNN] Emit dgemm for 2D DP FP Dot op (#3990)
* [MLIR] Update MLIR/LLVM repos
* Move MLIR/LLVM repos forward
This includes fix to affine fusion algorithm.
* Fix issues after merge
* Fix lit test
* [MKLDNN] Emit dgemm for 2D DP FP Dot op
Add support for emitting MKLDNN's double precision FP gemm from a 2D double
precision floating point Dot operation.
* Removed unnecessarily duplicated pattern
* Add f64 matmul support to CPU Emitter + unit test
* Add check for DP unsupported bias in cpu_fusion.cpp
* Remove GOE from Adjoints class (#3973)
* Change generate_adjoints to take an OutputVector instead of a NodeVector for deltas.
* Cleanup
* Adjoints class convert to use Output<Node>
* More cleanup
* More cleanup
* Post-merge build issues
* Don't push initial bprops multiple times
* Eliminate GOE correctly
* back-compatibility, unit test
* Helper in Constant to allow casting values to a different type (#4000)
* Helper in Constant to allow casting values to a different type
Simplify logic needed to extract values from a Constant node, when
the expected data type is specified only as integral or floating point.
* Review comment
* Review comment
Co-Authored-By: Tomasz Socha <[email protected]>
* Style apply
* TensorIterator: reshape support (#4038)
* Add second decompose pass to INTERPRETER backend (#4036)
* Update MKLDNN to v1.0.4. (#3951)
* Update MKLDNN to v1.0.4.
Build MKLDNN-v1 by default.
* Add bf16 support check.
* Modify visibility.
* Tested doc build for 0.27 with sitemap for ngraph.ai endpoint (#4014)
* Make sure examples compile
* Resolve doc build error due to opset versioning and align dynamic tensor doc to cpp example
* Add latest rc
* Remove deprecated API
* Update brief link summary
* Dist example
* update doc for cpp code examples folder
* Fix typo and toc index
* Build config for example, deprecation in dist test
* style
* Sitemap for ngraph.ai doc content
* Add title to sitemap
* resolve docbuild warnings resultant from sitemap link labeling
* Doc tag for 0.27.1
* Matmul dyshape_fused_forward_fluid_fix (#4023)
* use constructor_validate_and_infer_types() in CumSum ctor (#4044)
* - use construct_validate_infer_types() in CumSum ctor
* - remove unused variable
- relax rank check
* Warning
* Fix tolerance for all_close_f (#4042)
* Fix tolerance for all_close_f
* Lower tolerance
* use all_close
* Use v1::Gather in ONNX Importer (#4037)
* Add upgrade and downgrade pass for GroupConvolutionBackpropData ops (#4035)
* Add upgrade and downgrade pass for GroupConvolutionBackpropData ops
- Add up/downgrade passes for GroupConvolutionBackpropData operators
- Improve decompose operatorion of v0::GroupConvolutionBackpropData to support N-dimensional data
- Add UT for up/downgrade passes.
* Remove unused variable
* Fixed constant operation for u1 format (#4045)
* Fixed bin constant ops
* Added export
* Fixed buffer size
* Fixed code style
* Fix broken serialize and deserialize for Sum and Product (#4050)
* v1::Reshape downgrade pass + onnx_importer adjustments (#4046)
* Update ONNX importer to use nGraph ops from new opset header (#3994)
* Fix NNP-T naming in README (#4048)1 parent 6fb1c5e commit 8adf498
File tree
375 files changed
+2313
-1321
lines changed- cmake
- doc
- examples
- abc_operator
- abc
- dynamic_tensor
- mnist_mlp
- sphinx
- ngraph_theme
- source
- backends
- backend-api
- executable-api
- core
- constructing-graphs
- passes
- frameworks
- graphics
- inspection
- ops
- training
- src/ngraph
- autodiff
- frontend
- fluid
- operators
- onnx_import
- op
- utils
- opsets
- op
- experimental
- fused
- util
- pass
- runtime
- cpu
- builder
- op
- pass
- interpreter
- plaidml
- test
- backend
- models/onnx
- onnx
- opset_pass
- type_prop
- util/autodiff
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
375 files changed
+2313
-1321
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| 624 | + | |
624 | 625 | | |
625 | 626 | | |
626 | 627 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
92 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | | - | |
101 | | - | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
30 | | - | |
31 | | - | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
36 | 47 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
51 | 50 | | |
52 | | - | |
53 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
54 | 65 | | |
55 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
56 | 70 | | |
57 | 71 | | |
58 | | - | |
| 72 | + | |
59 | 73 | | |
60 | 74 | | |
61 | | - | |
| 75 | + | |
62 | 76 | | |
63 | | - | |
| 77 | + | |
64 | 78 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 79 | + | |
68 | 80 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments