Skip to content

Commit

Permalink
Add NVPL libraries to pytorch installation (#130) (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayv25 committed May 29, 2024
1 parent 44d84bd commit 2704676
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,16 @@ if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "aarch64")
set(LIBS_ARCH "aarch64")
set(LIBTORCH_LIBS
"libopenblas.so.0"
"libnvpl_blas_core.so.0"
"libnvpl_blas_ilp64_gomp.so.0"
"libnvpl_blas_ilp64_seq.so.0"
"libnvpl_blas_lp64_gomp.so.0"
"libnvpl_blas_lp64_seq.so.0"
"libnvpl_lapack_core.so.0"
"libnvpl_lapack_ilp64_gomp.so.0"
"libnvpl_lapack_ilp64_seq.so.0"
"libnvpl_lapack_lp64_gomp.so.0"
"libnvpl_lapack_lp64_seq.so.0"
)
else()
set(LIBS_ARCH "x86_64")
Expand Down

0 comments on commit 2704676

Please sign in to comment.