• 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
..
models Loading commit data...
ref_generators Loading commit data...
util Loading commit data...
CMakeLists.txt Loading commit data...
autodiff.in.cpp Loading commit data...
backend_performance.cpp Loading commit data...
backend_test.in.cpp Loading commit data...
build_graph.cpp Loading commit data...
builder.cpp Loading commit data...
builder_autobroadcast.cpp Loading commit data...
codegen.cpp Loading commit data...
convolution_test.in.cpp Loading commit data...
copy.cpp Loading commit data...
cudnn.cpp Loading commit data...
eigen.cpp Loading commit data...
element_type.cpp Loading commit data...
file_util.cpp Loading commit data...
input_output_assign.cpp Loading commit data...
main.cpp Loading commit data...
mkldnn.cpp Loading commit data...
ngraph.cpp Loading commit data...
op.cpp Loading commit data...
pass_liveness.cpp Loading commit data...
pass_manager.cpp Loading commit data...
pass_memory_layout.cpp Loading commit data...
pattern.cpp Loading commit data...
serialize.cpp Loading commit data...
shape.cpp Loading commit data...
tensor.cpp Loading commit data...
topological_sort.cpp Loading commit data...
type_prop.cpp Loading commit data...
update_reference.sh Loading commit data...
util.cpp Loading commit data...
uuid.cpp Loading commit data...