mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
* Merged PR 4616739: Update QLinear Ops fix 1D support layout Update QLinear Ops fix 1D support layout Related work items: #26011523 * Merged PR 4617257: Gather operator DML EP fails with scalar indices and 1D inputs Fix gather with scalar value. The ONNX conformance test case is in another PR: // 0D, axis 1, rank 0 indices tensor { "op_type": "Gather", "axis": 0, "data": [1,2,3], "indices": 0, "output": 1, "T": "float32" } * Merged PR 4632178: Re-enable ORT onnx_test_runner test case (DirectML ConvTranspose validation needs to be loosened to comply with ONNX definition of output_padding) Re-enable 1D convolution tests. Related work items: #23499747 * Merged PR 4656672: Make DML EP use Direct queue While a Compute queue has benefits, Direct is consistent with Winml. Related work items: #26324112 * Update DML nuget version * Merged PR 4662079: Update DmlDev branch again from github master Include Sheil's changes to fix namespace and header file include paths. Without this, the ONNX conformance tests all fail with E_NOTIMPL. * Increment DML nuget version Co-authored-by: Nick Feeney <nickfe@microsoft.com> Co-authored-by: Dwayne Robinson <dwayner@microsoft.com> |
||
|---|---|---|
| .. | ||
| cub@c3cceac115 | ||
| cxxopts@3c73d91c0b | ||
| date@e7e1482087 | ||
| DNNLibrary@e17f11e966 | ||
| eigen@54a0a9c9dd | ||
| FeaturizersLibrary@fd5fe3de50 | ||
| gemmlowp@42c53187a5 | ||
| googletest@703bd9caab | ||
| horovod@680716940b | ||
| json@d98bf0278d | ||
| mimalloc@2d54553b7a | ||
| nsync@436617053d | ||
| onnx@0c070abb0c | ||
| onnx-tensorrt@77a8d522e5 | ||
| protobuf@498de9f761 | ||
| re2@30cad26715 | ||
| SafeInt | ||
| tensorboard@373eb09e4c | ||
| tvm@c6e3efcdb0 | ||
| wil@e8c599bca6 | ||
| dml.cmake | ||
| dnnl.cmake | ||
| eigen.cmake | ||
| featurizers.cmake | ||
| FindNumPy.cmake | ||
| jemalloc.cmake | ||
| mimalloc.cmake | ||
| ngraph.cmake | ||
| openvino.cmake | ||
| pybind11.cmake | ||
| zlib.cmake | ||