• Chris Sullivan's avatar
    GPU logical reshape pass-through (#1534) · 5d8687d0
    Chris Sullivan authored
    * Add Reshape passthrough when reshape is logical only.
    
    * Move address conditional to RT in case reference is different but both pointer values are the same.
    
    * Add exclusion to common function collection pass so that tensor name check
    is applied during emission for ops that pass inputs through.
    
    * Add propagate_in_place_input/output to handle
    propagating inputs and outputs through the non-destructive ops in the graph.
    
    * Remove references to direct execution.
    
    * Remove checks for in-place transpose.
    
    * Formatting.
    5d8687d0
common_function_collection.cpp 4.51 KB