tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
Apache License 2.0
396 stars 48 forks source link

Add HostOperation struct for reshape op that is implemented on host #3714

Open tt-aho opened 10 months ago

tt-aho commented 10 months ago

3622 adds support for unsupported reshape cases by doing them on host. We need to make sure this shows up/is tracked in our ops log/profiling data correctly. Example is data_transfer_to_device in tt_eager/tt_dnn/op_library/data_transfer/data_transfer_op.cpp

davorchap commented 3 months ago

@tarafdarTT , @yan-zaretskiy please review