Patrick
Patrick
Unfortunately no, adding `CUDA_LAUNCH_BLOCKING=1` does not change the error (except that it doesn't suggest using `CUDA_LAUNCH_BLOCKING=1` now). Is there a way I could determine what call accesses illegal memory without...
I also just tested it on an NVIDIA GeForce RTX 2070 Super card on my Windows 10 machine. Here, the bug does **not** show up. So maybe it is dependent...
Great, thank you! Here's my system info, as reported by PyTorch's collect_env.py: ``` $ python collect_env.py Collecting environment information... PyTorch version: 1.12.1+cu116 Is debug build: False CUDA used to build...