When I use the directml on amd platform,i got the warning ,and it fall back to run on CPU。
C:\Users\amd.conda\envs\aippt\Lib\site-packages\torch\nn\functional.py:4048: UserWarning: The operator 'aten::upsample_nearest1d.out' 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 torch._C._nn.upsample_nearest1d(input, output_size, scale_factors)