mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Adding a new include directory in BLIS search path (#58166)
Summary: While trying to build PyTorch with BLIS as the backend library, we found a build issue due to some missing include files. This was caused by a missing directory in the search path. This patch adds that path in FindBLIS.cmake. Fixes #{issue number} Pull Request resolved: https://github.com/pytorch/pytorch/pull/58166 Reviewed By: zou3519 Differential Revision: D28640460 Pulled By: malfet fbshipit-source-id: d0cd3a680718a0a45788c46a502871b88fbadd52
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0e16087064
commit
007fe949aa
@ -17,6 +17,7 @@ SET(BLIS_INCLUDE_SEARCH_PATHS
|
||||
/opt/blis/include
|
||||
$ENV{BLIS_HOME}
|
||||
$ENV{BLIS_HOME}/include
|
||||
$ENV{BLIS_HOME}/include/blis
|
||||
)
|
||||
|
||||
SET(BLIS_LIB_SEARCH_PATHS
|
||||
|
Reference in New Issue
Block a user