The cudnn graph api docs(cudnn_graph Library — NVIDIA cuDNN 9.0.0 documentation) say that cudnnReduceTensorOp_t is deprecated. If this enum is deprecated, how do you specify the reduction operation for a CUDNN_BACKEND_REDUCTION_DESCRIPTOR?
1 Like
Did you find the answer to this or were you able to successfully execute a reduction operation using the graph API? I am currently struggling.