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> |
||
|---|---|---|
| .. | ||
| external | ||
| horovod | ||
| onnx | ||
| patches | ||
| tensorboard | ||
| CMakeLists.txt | ||
| CMakeSettings.json | ||
| codeconv.runsettings | ||
| ConfigureVisualStudioCodeAnalysis.props | ||
| EnableVisualStudioCodeAnalysis.props | ||
| onnxruntime.cmake | ||
| onnxruntime_codegen.cmake | ||
| onnxruntime_common.cmake | ||
| onnxruntime_config.h.in | ||
| onnxruntime_csharp.cmake | ||
| onnxruntime_framework.cmake | ||
| onnxruntime_graph.cmake | ||
| onnxruntime_ios.toolchain.cmake | ||
| onnxruntime_java.cmake | ||
| onnxruntime_java_unittests.cmake | ||
| onnxruntime_language_interop_ops.cmake | ||
| onnxruntime_mlas.cmake | ||
| onnxruntime_nuphar_extern.cmake | ||
| onnxruntime_optimizer.cmake | ||
| onnxruntime_providers.cmake | ||
| onnxruntime_pyop.cmake | ||
| onnxruntime_python.cmake | ||
| onnxruntime_session.cmake | ||
| onnxruntime_training.cmake | ||
| onnxruntime_training_e2e_tests.cmake | ||
| onnxruntime_unittests.cmake | ||
| onnxruntime_util.cmake | ||
| precompiled_header.cmake | ||
| protobuf_function.cmake | ||
| set_winapi_family_desktop.h | ||
| wcos_toolchain.cmake | ||
| wil.cmake | ||
| winml.cmake | ||
| winml_cppwinrt.cmake | ||
| winml_sdk_helpers.cmake | ||
| winml_unittests.cmake | ||