chain2k
chain2k
For 3.9.1 is MIOpen Conv2d solver enabled or do I have to download nightly build too?
> cuDNN is not included in the automized GitHub Actions builds because MIOpen is unavailable on the official HIP SDK releases. So you have to use a nightly build. Thanx,...
without CuDNN it's really faster, much faster! Thanx! may be I need not only remove ` torch.backends.cudnn.enabled = False` but also enable `torch.backends.cuda.enable_cudnn_sdp(True)` ?