• Adam Procter's avatar
    Generalized dot (#291) · cba4e54e
    Adam Procter authored
    * WIP generalized dot
    
    * Add some multi-axis 3D, 4D, and 5D tests
    
    * Add test on some 'pretty big' tensors
    
    * Reworked dot to have less flexible axis-pairing behavior
    
    * Backprop for dot... and a fix for a dumb bug in CoordinateTransform
    
    * Forgot to commit some stuff in merge
    
    * Disable tests that currently don't work on CPU
    
    * Fix temporarily disabled test that should pass on NGVM and INTERPRETER but wasn't due to new axis-selection convention for dot
    
    * Remove obsolete ScalarTensorProduct kernel/instruction
    
    * Review comment
    
    * s/n_dot_axes/dot_axis_count/
    
    * s/dot_axis_count/reduction_axes_count/
    
    * Adapt CPU emitter dot fallback to new kernel
    cba4e54e
common.cpp 2.79 KB