Releases: microsoft/DirectML
torch-directml 0.2.4.dev240815
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 torchPrivateUse1
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
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
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
tensorflow-directml-1.15.3.dev200626
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
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!