MIOpen
MIOpen copied to clipboard
How to tune using API?
Can we do tuning using API? Lets say if I want to tune fused solver or regular solver. I can do:
MIOPEN_FIND_ENFORCE=3 MIOPEN_FIND_MODE=1 ./bin/MIOpenDriver CBAInfer -F 4 -n 128 -c 3 -H 32 -W 32 -k 64 -y 3 -x 3 -p 1 -q 1 -u 1 -v 1 -l 1 -j 1
But is there its API equivalent? is miopenFindConvolutionForwardAlgorithm for this? But this seem to be for regular solver. I was looking find for fused solver.