ptrblck

Results 46 comments of ptrblck

It seems it was available in CUDA 11.7: https://anaconda.org/nvidia/libnvjpeg/files?version=11.7.2.34, so I'll check if this change is expected for Windows.

Yes, it seems to be expected based on a response from the `nvJPEG` team: The `libnvjpeg-dev` package should contain the `.dll` and headers while `libnvjpeg` contains the `.lib`. The same...

@Kevis9 Could you update PyTorch to the latest stable or nightly release or is there a reason you are sticking to 2.0? In the latter case you might need to...

Cross-post from [here](https://discuss.pytorch.org/t/random-cuda-error-device-side-assert-triggered-once-every-week/202844/3?u=ptrblck) with a stacktrace pointing to a real indexing error.

@zhanwenchen Building from `main` works for cuDNN v9 as the build issues were directly fixed in Dec 2023 in https://github.com/pytorch/pytorch/pull/115719 @johnnynunez We are already testing the binary builds with cuDNN...

@johnnynunez Yes, it is! We will focus on 12.4 in this PR and follow up with the cuDNN update separately to avoid creating confusing issues pointing to the CUDA *and*...