Skip to content

Releases: microsoft/DirectML

torch-directml 0.2.4.dev240815

19 Aug 20:59
07377a6
Compare
Choose a tag to compare
Pre-release

Preview build of torch-directml built on August 15, 2024.

The Python packages are available as a PyPI release. To download the appropriate python package automatically, simply pip install torch-directml.

What’s New

  • Operator support for avg_pool3d, upsample_bicubic2d
  • Support for device_count in torch PrivateUse1 backend

Bug Fixes

  • Fix for Whisper sample not running in fp16 with DirectML scaled dot product attention #598
  • Issues addressed with operator support and device_count inPrivateUse1 #596 #609

torch-directml 0.2.3.dev240715

17 Jul 15:03
1d738f7
Compare
Choose a tag to compare
Pre-release

Preview build of torch-directml built on July 15, 2024.

The Python packages are available as a PyPI release. To download the appropriate python package automatically, simply pip install torch-directml.

What’s New

  • Operator support for isin, std_mean, group_norm, multinomial
  • Added samples and support for Stable Diffusion Turbo and XL Turbo

torch-directml 0.2.2.dev240614

15 Jun 01:16
372a622
Compare
Choose a tag to compare
Pre-release

Preview build of torch-directml built on June 14, 2024.

The Python packages are available as a PyPI release. To download the appropriate python package automatically, simply pip install torch-directml.

What’s New

  • Support for PyTorch 2.3.1 and torchvision 0.18.1
  • Operator support for softplus, amax, linspace, vector_norm, native_dropout
  • Performance improvements for linear operator
  • Initial support for SparseTensor via dense tensors
  • Added sample and support for OpenAI Whisper model
  • LLM sample code refactor and cleanup for improved maintainability
  • Added Generator register and support for random seed for torch PrivateUse1 backend

Bug Fixes

  • Fix for layer norm producing incorrect result with non-contiguous input #588
  • Issues addressed with new operators and PrivateUse1 random seed support #592 #590 #587 #586

tensorflow-directml-1.15.3.dev200626

30 Jun 23:36
70fb072
Compare
Choose a tag to compare
Pre-release

Preview build of tensorflow-directml built on June 26, 2020.

The Python packages are available as a PyPI release. To download the appropriate python package automatically, simply pip install tensorflow-directml.

Changes in dev200626:

• Certain OOM errors will now gracefully fail instead of crashing the python interpreter.
• Allow usage of entire graphics memory when grappler optimizations are enabled.
• GRUBlockCell operator implemented.

tensorflow-directml-1.15.3.dev200615

17 Jun 04:31
e2cd585
Compare
Choose a tag to compare
Pre-release

First preview of TensorFlow 1.15.3 with DirectML support in both Windows and WSL.

Please visit tensorflow-directml on PyPI.org for the latest release!