• 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
..
autodiff Loading commit data...
builder Loading commit data...
codegen Loading commit data...
descriptor Loading commit data...
ops Loading commit data...
pass Loading commit data...
pattern Loading commit data...
runtime Loading commit data...
types Loading commit data...
CMakeLists.txt Loading commit data...
common.cpp Loading commit data...
common.hpp Loading commit data...
coordinate_transform.cpp Loading commit data...
coordinate_transform.hpp Loading commit data...
except.hpp Loading commit data...
file_util.cpp Loading commit data...
file_util.hpp Loading commit data...
function.cpp Loading commit data...
function.hpp Loading commit data...
json.hpp Loading commit data...
log.cpp Loading commit data...
log.hpp Loading commit data...
ngraph.hpp Loading commit data...
node.cpp Loading commit data...
node.hpp Loading commit data...
serializer.cpp Loading commit data...
serializer.hpp Loading commit data...
shape.cpp Loading commit data...
shape.hpp Loading commit data...
util.cpp Loading commit data...
util.hpp Loading commit data...
uuid.hpp Loading commit data...
xla_function.cpp Loading commit data...
xla_function.hpp Loading commit data...