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

The operator 'aten::native_dropout_backward' is not currently supported on the DML backend #630

Open
maikelsz opened this issue Aug 19, 2024 · 0 comments

Comments

@maikelsz
Copy link

maikelsz commented Aug 19, 2024

I uninstalled and then upgraded VSCode, Pytorch and DML.

a very simple and small model, using torch.nn.Dropout

:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\autograd\graph.py:744: UserWarning: The operator 'aten::native_dropout_backward' 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.)
return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass

....and now the work do fallback to the CPU...

before that I ´ve been running on the GPU everything without any problem for a couple of years.

should I go back to older versions?

AMD gpu
Windows 10
VSCode 1.88.1
Pytorch 3.12.5
torch-directml-0.2.4.dev240815

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant