• kahmed10's avatar
    ND convolution GPU support (#550) · 1cc724ee
    kahmed10 authored
    * initial progress
    
    * formatting
    
    * add pooling changes
    
    * formatting
    
    * change eliminate_pad
    
    * formatting
    
    * rename var
    
    * fomratting
    
    * update op shape test and compute
    
    * formatting
    
    * revert conv constructor
    
    * formatting
    
    * change initializer
    
    * formatting
    
    * fix tidy
    
    * change quant conv and shape check
    
    * add tests and fixes
    
    * formatting
    
    * fix type
    
    * fix conv test
    
    * formatting
    
    * add pooling and bn tests
    
    * formatting
    
    * add inconsistent attr tests
    
    * fix padding issue
    
    * formatting
    
    * progress on 1d to 2d
    
    * formatting
    
    * change compute and compile functions
    
    * formatting
    
    * fix duplicate
    
    * fix conflict
    
    * fix issue with 1d conv
    
    * formatting
    
    * add check for 3d limit
    
    * rename function
    
    * formatting
    
    * rename functions
    
    * formatting
    
    * add op_shape test
    
    * change functions
    
    * formatting
    
    * change to copy_backward
    
    * formatting
    1cc724ee
convolution.cpp 4.94 KB