Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserWarning: The operator 'aten::native_dropout' is not currently supported on the DML backend #592

Closed
trevorjwood opened this issue Jun 4, 2024 · 1 comment
Labels
pytorch-directml Issues in PyTorch when using its DirectML backend

Comments

@trevorjwood
Copy link

:\Users\xxx\Python\NLP with PyTorch.venv\Lib\site-packages\torch\nn\functional.py:1268: UserWarning: The operator 'aten::native_dropout' is not currently supported on the DML backend and will fall back to run on the CPU. This may have performance implications. (Triggered internally at C:__w\1\s\pytorch-directml-plugin\torch_directml\csrc\dml\dml_cpu_fallback.cpp:17.) | 0/250 [00:00<?, ?it/s] return VF.dropout(input, p, training) if inplace else _VF.dropout(input, p, training)

Sorry, I have no idea what this is

@joshjkim joshjkim added the pytorch-directml Issues in PyTorch when using its DirectML backend label Jun 17, 2024
@joshjkim
Copy link

Hi @trevorjwood , thank you for the feedback. We've now added support for native_dropout in our latest torch-directml 0.2.2.dev240614 release. Please run pip install torch-directml --upgrade to update to this version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pytorch-directml Issues in PyTorch when using its DirectML backend
Projects
None yet
Development

No branches or pull requests

2 participants