pub unsafe fn set_convolution_math_type(
    desc: cudnnConvolutionDescriptor_t,
    math_type: cudnnMathType_t
) -> Result<(), CudnnError>
Expand description

See nvidia docs.

Safety

desc must NOT have been freed already