torch-mlir/frontends/pytorch/csrc/c10_dispatch
Stella Laurenzo 6c702b149f Add a number of kernels and new patterns.
* convolution, convolution_backward, _log_softmax, _log_softmax_backward_data, nll_loss_forward, nll_loss_backward, nll_loss2d_forward, nll_loss2d_backward, copy_
* Extends the recognition logic and metadata for handling inplace transformations, optional tensors, ints, lists and dropped args.
* The kernel_calls generated by test_conv_nllloss_grads.py now convert to ATen.
* The result *almost* comes out as a pure tensor program with the exception of the copy_ op, which I will do some followup work to deal with.
* More progress on #97
2020-11-04 14:36:59 -08:00
..
CMakeLists.txt Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
acap_dispatch.cpp Fix insertion point bug #102 2020-11-02 16:41:26 -08:00
acap_dispatch.h Capture backward conv and copy_ kernels. 2020-10-30 22:59:26 -07:00
debug.cpp Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
debug.h Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
func_builder.cpp Add a number of kernels and new patterns. 2020-11-04 14:36:59 -08:00
func_builder.h Fix insertion point bug #102 2020-11-02 16:41:26 -08:00
module_builder.cpp Create public API for torch_mlir python code. 2020-10-13 16:36:49 -07:00
module_builder.h Create public API for torch_mlir python code. 2020-10-13 16:36:49 -07:00
python_bindings.cpp Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00