torch-mlir/lib/E2E
stephenneuendorffer 44af7a6d30
[cmake] Updates for basic shared library support (#7)
Mostly this is CMake cleanup.  Several library dependencies are missing, which
is often revealed with shared library builds.  Also, it's generally bad to
link directly against LLVM libraries because it fails when using
LLVM_LINK_LLVM_DYLIB.  MLIR will pull in libLLVM.so, and there will be
duplicate linkage with the the explicit libraries.  There may need to be more
refactoring here.
2020-08-05 14:49:18 -07:00
..
CMakeLists.txt [cmake] Updates for basic shared library support (#7) 2020-08-05 14:49:18 -07:00
E2E.cpp Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
LowerRankedShapes.cpp Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
LowerToHybridTensorMemRef.cpp Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
LowerToLLVM.cpp Consolidate LLVM definitions of runtime data structures. 2020-07-10 17:50:55 -07:00
LowerToNpcomprtABI.cpp Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
PassDetail.h Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00