| 3123 | } |
| 3124 | |
| 3125 | bool isWinograd(cudnnBackendDescriptor_t engine_config) { |
| 3126 | return cudnn_frontend::hasNumericalNote< |
| 3127 | CUDNN_NUMERICAL_NOTE_WINOGRAD>(engine_config); |
| 3128 | } |
| 3129 | |
| 3130 | bool isDownConvertingInputs(cudnnBackendDescriptor_t engine_config) { |
| 3131 | if (CudnnEnvVar<WinogradNonfused>::IsEnabled()) { |
no outgoing calls
no test coverage detected