• Adam Procter's avatar
    Convolution forward prop (#294) · 122db5ff
    Adam Procter authored
    * Test GitHub-JIRA integration, nothing useful in this commit
    
    NGTF-388 #comment Testing JIRA integration
    
    * WIP on convolution
    
    * Type checking for convolution
    
    * Docstrings for convolution
    
    * Add convolution reference kernel; it works on some unit tests copied and pasted from my old branch.
    
    * Bugfix for dilated conv, and improvement to conv test generation
    
    * Remove get_arguments calls from convolution stuff
    
    * Add convolution to CPU; also a few fixes to the test generation stuff
    
    * Add copyright header to convolution ref script
    
    * Move copyright header to the correct place
    
    * A few more tests
    
    * Remove fallback behavior of blanking out the convolution ref file, since we're not generating it from the build system anymore
    
    * Delete stale comment
    
    * Merge stuff for the convolution ref script
    
    * Clean up rebase mess
    
    * Review comments
    
    * Review comment (n_foo -> foo_count)
    122db5ff
Name
Last commit
Last update
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
maint Loading commit data...
src Loading commit data...
test Loading commit data...
third-party Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
README-RESNET.rst Loading commit data...
README.md Loading commit data...