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

Function TensorOpMathAvailable

tensorflow/stream_executor/cuda/cuda_dnn.cc:2879–2881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2877}
2878
2879static bool TensorOpMathAvailable(int cc_major) {
2880 return cc_major >= 7;
2881}
2882
2883port::StatusOr<dnn::AlgorithmDesc> GetCudnnConvolutionForwardAlgorithm(
2884 Stream* stream, const CudnnHandle& cudnn,

Calls

no outgoing calls

Tested by

no test coverage detected