torch-directml 0.2.4.dev240815
Pre-release
Pre-release
·
15 commits
to master
since this 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 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