Evgenii Averin
Evgenii Averin
@atamazov Please review
@atamazov Sounds reasonable. We'll probably need to add metadata for PAL runtime, then this code will come in handy
Hi @DomWilliamsEE. To fix your main blocking issue you could remove [this line](https://github.com/ROCm/MIOpen/blob/b5867aeff76ced1334d0af2e50961b2a2f61837d/src/conv/invokers/gcn_asm_wino.cpp#L166) and then export `MIOPEN_DEBUG_AMD_WINOGRAD_FURY_RXS_F2X3=0` to prevent execution of this code. This is not a fix, for experimental...
Hi @sozforex. Your gpu is not a gfx1030, it is a gfx1031. Also it is not on the list of supported devices [[1](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html)][[2](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/reference/system-requirements.html)]. Please correct the title. Both gpus share...
Hi @sozforex, Since your hardware is not officially supported, the only solution in your case is the approach "try and disable everything that doesn't work." The logs show that in...
> Tested this on a W6800 on the rocm-6.3.3 tag of MIOpen and I can't reproduce it. Hi @LunNova, could you please check again with `MIOPEN_DEBUG_CONV_WINOGRAD=0`?
@LunNova Thank you. Could you also please check `MIOpenDriver conv -n 1024 -c 256 -H 32 -W 32 -k 256 -y 5 -x 5 -p 2 -q 2 -u 1...
> Just in case, tried this again with rocm-6.3.3 [including rocBLAS, Tensile and MIOpen] compiled only with gfx1031 [without gfx1030]. > ... > rocBLAS error: Cannot read /usr/lib64/rocblas/library/TensileLibrary.dat: No such...
@sozforex @LunNova Thank you, guys! We can summarize some results. `MIOPEN_FIND_MODE=normal MIOPEN_DEBUG_FIND_ONLY_SOLVER='GemmBwdRest' MIOpenDriver conv -n 1024 -c 256 -H 32 -W 32 -k 1 -y 5 -x 5 -p 2...
@iq136boy Please add also `unit_conv_solver_*` tests for these solvers.