Sacha
Sacha
Same problem here
The official nvidia one has received update to 4.2.2.1 (23 May 2021) by the way. There's a Ubuntu 20 build too, 4.2.7 (21 July 2022). I believe you are using...
Just a note, I think I get the leak you mention on the newer version (4.2.2.1) for Ubuntu 18. However, I have not tested the Ubuntu 20 version. It's a...
I also get these messages printed out despite having absolutely no FP64 code. The message does not appear if you disable profiling. Reproducer: ```Python import torch import torch.nn as nn...
Mentioned here as well: https://github.com/intel/intel-extension-for-pytorch/issues/257 You can disable profiling as a workaround. Fixes most of these issues but probably also prevents the runtime optimisations. From what I understand, a part...