-
Beta Was this translation helpful? Give feedback.
Answered by
anjohan
Apr 2, 2025
Replies: 1 comment
-
Hi Debdas, This is going to be an exercise in having the "correct" libtorch, and I have no experience with macs. This issue looks relevant, which mentions a solution through conda: pytorch/pytorch#143571. See also Note that this will probably not work with Kokkos, as that requires the CXX11 ABI version. In the near future, that will be available from pip and/or conda, but I think the versions currently available there will require you to build without Kokkos. Though I guess Kokkos doesn't understand Mac "GPUs" anyways and may not help.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Linux-cpp-lisp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Debdas,
This is going to be an exercise in having the "correct" libtorch, and I have no experience with macs. This issue looks relevant, which mentions a solution through conda: pytorch/pytorch#143571. See also
Note that this will probably not work with Kokkos, as that requires the CXX11 ABI version. In the near future, that will be available from pip and/or conda, but I think the versions currently available there will require you to build without Kokkos. Though I guess Kokkos doesn't understand Mac "GPUs" anyways and may not help.