MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / isWinograd

Function isWinograd

tensorflow/stream_executor/cuda/cuda_dnn.cc:3125–3128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

isDownConvertingInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected