torch-mlir/include/npcomp/Dialect/ATen/IR
Sean Silva 1dfcfa9cd1 Add aten.mm op and "test" it e2e.
Note that unlike aten.matmul which has dynamic behavior
depending on the argument ranks (can do matrix-matrix, matrix-vector,
batch matmul, etc.), aten.mm is just a vanilla matrix
multiply, which can be lowered precisely to tcf.matmul.

The "test" is really just an example that I stared at while getting my
feet wet with this. We probably want something that actually tests this
as part of `ninja check-npcomp`.
2020-11-20 17:21:24 -08:00
..
.gitignore Add a number of kernels and new patterns. 2020-11-04 14:36:59 -08:00
ATenDialect.h Expose signature metadata to ops and implement ATenRecognizeKernelsPass pass. 2020-10-26 20:31:45 -07:00
ATenDialect.td NFC: Re-organize ATen directory structure and fix warnings. 2020-10-22 14:13:26 -07:00
ATenOpInterface.td NFC: Re-organize ATen directory structure and fix warnings. 2020-10-22 14:13:26 -07:00
ATenOpInterfaces.h NFC: Re-organize ATen directory structure and fix warnings. 2020-10-22 14:13:26 -07:00
ATenOpStatisticsUtils.h Add aten.mm op and "test" it e2e. 2020-11-20 17:21:24 -08:00
ATenOps.td Add a number of kernels and new patterns. 2020-11-04 14:36:59 -08:00
CMakeLists.txt NFC: Re-organize ATen directory structure and fix warnings. 2020-10-22 14:13:26 -07:00
GeneratedATenOps.cpp.inc Add aten.mm op and "test" it e2e. 2020-11-20 17:21:24 -08:00
GeneratedATenOps.td Add aten.mm op and "test" it e2e. 2020-11-20 17:21:24 -08:00
LegacyGeneratedATenOps.td Add aten.mm op and "test" it e2e. 2020-11-20 17:21:24 -08:00