Hello,
I have some questions about cudnn v8 benchmarking for convolution algorithms.
-
Does the “valid_plans” pass to time_sorted_plan represent different convolution algorithms?
-
If that’s the case, is it because the
desc
parameter in this function is of typecudnnBackendDescriptorType_t
with the valueCUDNN_BACKEND_OPERATION_CONVOLUTION_FORWARD_DESCRIPTOR
? and then generate an opGraph with corresponding operation?
Thanks for your help!!