Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
q10 committed May 25, 2024
1 parent 6deac62 commit cd1f7c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/PyTorchSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ BLOCK_PRINT(
"PyTorch Flags"
""
"TORCH_INCLUDE_DIRS=${TORCH_INCLUDE_DIRS}"
""
"TORCH_LIBRARIES=${TORCH_LIBRARIES}"
)

Expand Down
9 changes: 9 additions & 0 deletions fbgemm_gpu/experimental/gen_ai/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
# Target Sources
################################################################################

BLOCK_PRINT(
"PyTorch Flags Inside GenAI"
""
"TORCH_INCLUDE_DIRS=${TORCH_INCLUDE_DIRS}"
""
"TORCH_LIBRARIES=${TORCH_LIBRARIES}"
)


if(FBGEMM_GENAI_ONLY)
set(fbgemm_sources_include_directories
# FBGEMM
Expand Down

0 comments on commit cd1f7c0

Please sign in to comment.