onnxruntime/cmake/external
George Nash d9eeb48393
One dnn v2.6 update (#11220)
* Disable training code in DNNL LayerNorm code

The capability code already does not claim the LayerNorm and
SkipLayerNorm that require more than one output. However,
building with training enabled was causing issues.

The training specific code has been removed even when building with
training enabled.

Signed-off-by: George Nash <george.nash@intel.com>

* Fix for DNNL FusedMatMul op.
The bug was in the transpose code.

Signed-off-by: Chethan Palangotu Keshava <chethan.palangotu.keshava@intel.com>

* Use agreed upon memory format type when runnig Pooling Gradient in dnnl ep

The dnnl ep does not currently have a way to pass memory_format information
between the forward pooling primitive to the backward pooling primitive.

This change explicitly sets the memory_format to use match that of Onnxruntime.
For both the forward and backward pooling code. This will prevent using un-matched
memory format that could result in an `unimplemented` error from dnnl ep.

Signed-off-by: George Nash <george.nash@intel.com>

* Update dnnl ep to use OneDNN v2.6

Do not run ReduceInfLogSum on the kDnnlExecutionProvider due to a
calculation bug when doing Log or infinity valuse. The fix for this
issue will be part of the next OneDNN release.

Signed-off-by: George Nash <george.nash@intel.com>

* Update PrintMemory function in dnnl ep

This modification can be used to enable/disable memory printing
for dnnl ep develpers.  This is considered a developer only feature
and is disabled by default. It must be enabled and code recompiled
to use.

Even if it is enabled it will not actually print any memory because
the developer needs to take the extra step of spefifying the memory
that will be printed to the screen.

Signed-off-by: George Nash <george.nash@intel.com>

* Update binary ops to run on intel GPU when using dnnl ep

Binary ops (i.e. Add, Div, Mul, and Sub ) was updated to no longer
call GetMemoryAndReshape in the past this would move the memory from
CPU to the GPU.  This extra call is no longer needed since it is taken
care of by the GetMemoryInOrtFormat call. Removing the GetMemoryAndReshape
prevented copying the memory to GPU twice.

Signed-off-by: George Nash <george.nash@intel.com>

Co-authored-by: Chethan Palangotu Keshava <chethan.palangotu.keshava@intel.com>
2022-04-15 12:51:11 -07:00
..
cub@c3cceac115
cxxopts@3c73d91c0b
date@e7e1482087
dlpack@2775088798
eigen@d10b27fe37
emsdk@fc645b7626 Upgrade emsdk to 3.1.3 (#10577) 2022-02-28 23:52:41 -08:00
flatbuffers@6df40a2471
googlebenchmark@7d0d9061d8
googletest@53495a2a7d
json@db78ac1d77
libprotobuf-mutator@7a2ed51a6b
mimalloc@f412df7a2b Enable proper override using MIMalloc (#9944) 2021-12-07 17:56:58 -08:00
mp11@21cace4e57
nsync@436617053d
onnx@850a81b0b7 update with onnx 1.11 release (#10441) 2022-03-07 21:10:55 -08:00
onnx-tensorrt@4f54a1950e update onnx-tensorrt to bring in https://github.com/onnx/onnx-tensorrt/pull/812 (#10810) 2022-03-08 14:51:07 -08:00
onnxruntime-extensions@d4b2aff0c8
protobuf@0dab03ba7b Update protobuf submodule (#10801) 2022-03-09 09:37:58 -08:00
pytorch_cpuinfo@5916273f79
re2@4244cd1cb4
SafeInt
tensorboard@373eb09e4c
wil@e8c599bca6
abseil-cpp.cmake Enable building with a GDK (#11126) 2022-04-07 15:06:31 -07:00
dml.cmake
dnnl.cmake One dnn v2.6 update (#11220) 2022-04-15 12:51:11 -07:00
eigen.cmake
extensions.cmake
FindNumPy.cmake
jemalloc.cmake
mimalloc.cmake Enable proper override using MIMalloc (#9944) 2021-12-07 17:56:58 -08:00
onnx_minimal.cmake Enable transpose optimizer in minimal extended build (#10349) 2022-01-31 09:41:04 -08:00
pybind11.cmake
pyxir.cmake
tvm.cmake [TVM EP] code refactor (#10655) 2022-03-16 13:55:04 +01:00
zlib.cmake Add .git suffix to github URL. 2022-01-03 14:38:35 -08:00