Skip to content

Commit

Permalink
Add more details about static TorchMLIRJITIRImporter library
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytwo committed Aug 19, 2022
1 parent 5fa7151 commit 59f0b19
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ include_directories(BEFORE
link_directories("${TORCH_INSTALL_PREFIX}/lib")

# Static library with core functionality.
# We can't use a shared library here, due to issues with linking on macOS-arm64 (the library itself won't build)
# For details, see: https://github.com/llvm/torch-mlir/runs/7919012376
add_library(TorchMLIRJITIRImporter STATIC
class_annotator.cpp
function_importer.cpp
Expand Down

0 comments on commit 59f0b19

Please sign in to comment.