• Chris Sullivan's avatar
    cudnnFind/Get interoperability (#1721) · 20a01781
    Chris Sullivan authored
    * add find algorithm for convolution without extra padding
    
    * Use cudnnFind* or cudnnGet* depending on tuning param boolean. Add select function to search the perf results of the cudnn queries.
    
    * Formatting.
    
    * Algo search no longer binary, now it is either off, a heuristic search (cudnnGet*) or an explicit search (cudnnFind*).
    
    * Formatting.
    
    * switch to explicit.
    
    * Throw if no suitable cudnn algo found.
    
    * Formatting
    
    * Remove comment.
    20a01781
Name
Last commit
Last update
..
ngraph Loading commit data...
resource Loading commit data...
tools Loading commit data...
CMakeLists.txt Loading commit data...