Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 5.69 KB

Releases.md

File metadata and controls

65 lines (47 loc) · 5.69 KB

DirectML Release History

See DirectML version history on MSDN for more detailed notes.

Version Feature level First available in (Windows 10) Redistributable
1.5.1 DML_FEATURE_LEVEL_3_1 Redistributable only Microsoft.AI.DirectML.1.5.1
1.5.0 DML_FEATURE_LEVEL_3_1 Redistributable only Microsoft.AI.DirectML.1.5.0
1.4.3 DML_FEATURE_LEVEL_3_0 Redistributable only Microsoft.AI.DirectML.1.4.3
1.4.2 DML_FEATURE_LEVEL_3_0 Redistributable only Microsoft.AI.DirectML.1.4.2
1.4.1 DML_FEATURE_LEVEL_3_0 Redistributable only Microsoft.AI.DirectML.1.4.1
1.4.0 DML_FEATURE_LEVEL_3_0 Not yet released Microsoft.AI.DirectML.1.4.0
1.1.0 DML_FEATURE_LEVEL_2_0 Version 2004 (Build 10.0.19041; 20H1, "May 2020 Update") -
1.0.0 DML_FEATURE_LEVEL_1_0 Version 1903 (Build 10.0.18362; 19H1, "May 2019 Update") -

DirectML 1.5.1

  • Adds a workaround for a driver issue that affects some Intel devices. For the best performance it is recommended to use the latest drivers.

DirectML 1.5.0

  • Introduces a new feature level: DML_FEATURE_LEVEL_3_1
    • Adds 6 new operators.
    • Adds support for 8-dimensional tensors to 11 existing operators.
  • Initial support ARM/ARM64 builds of DirectML.
  • Substantial performance improvements for several operators.
  • Bug fixes.

DirectML 1.4.3

  • Fix perf issue for NHWC layouts of fused activation with Convolution/GEMM/Normalization.

DirectML 1.4.2

  • Add PIX markers support to redist to enable profiling graph at operator level.

DirectML 1.4.1

  • Bug fixes related to metacomands:
    • Fix DML_OPERATOR_BATCH_NORMALIZATION crash when the operator is created with DimensionCount > 5.
    • Fix DML_OPERATOR_MAX_POOLING1/2 binding order for optional output indices tensor. This did not affect the output, but when running with GPU validation enabled, an error would happen "Supplied parameters size doesn't match enumerated size".

DirectML 1.4.0

  • First release of DirectML as a redistributable NuGet package, Microsoft.AI.DirectML.
  • Introduces two new feature levels since DirectML 1.1.0: DML_FEATURE_LEVEL_3_0 and DML_FEATURE_LEVEL_2_1.
    • Adds 44 new operators.
    • The maximum number of tensor dimensions has been increased from 5 to 8.
    • Select operators support additional tensor data types.
  • Substantial performance improvements for several operators.
  • Bug fixes.

DirectML 1.1.0

  • Introduces a new feature level: DML_FEATURE_LEVEL_2_0.
    • Adds 19 new operators.
    • When binding an input resource for dispatch of an IDMLOperatorInitializer, it is now legal to provide a resource with D3D12_HEAP_TYPE_CUSTOM (in addition to D3D12_HEAP_TYPE_DEFAULT), as long as appropriate heap properties are also set.
    • Select operators support 8-bit integer tensors.
    • 5D activation functions now support the use of strides on their input and output tensors.
  • Substantial performance improvements for several operators.
  • Bug fixes.

DirectML 1.0.0

  • First release of DirectML