You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update install instructions
Bring pykokkos install instructions up to date with
kokkos/pykokkos-base#84
* Apply suggestion from @kennykos
correct grammar for install instructions
* update install instructions
---------
Co-authored-by: KennyKos <{ID}+{username}@users.noreply.github.com>
Co-authored-by: Ivan Grigorik <givan502@gmail.com>
Note that ``cupy`` is only required if CUDA is enabled in
100
-
pykokkos-base. In some cases, this might result in a ``cupy`` import
112
+
base. In some cases, this might result in a ``cupy`` import
101
113
error inside ``pykokkos`` similar to the following:
102
114
103
115
.. code-block::
@@ -110,7 +122,7 @@ error inside ``pykokkos`` similar to the following:
110
122
ImportError: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /PATH/TO/ENV/lib/python3.11/site-packages/cupy/_core/core.cpython-311-x86_64-linux-gnu.so)
111
123
112
124
This is due to a mismatch in ``libstdc++.so`` versions between the
113
-
system library which ``pykokkos-base`` depends on and the library in
125
+
system library which ``base`` depends on and the library in
114
126
the conda environment which ``cupy`` depends on. This can be solved by
115
127
setting the ``LD_PRELOAD`` environment variable to force loading of
116
128
the correct library like so:
@@ -128,8 +140,11 @@ To verify that ``pykokkos`` has been installed correctly, install
128
140
python runtests.py
129
141
130
142
.. note::
131
-
132
-
Please open an issue for help with installation.
143
+
Please open an issue
144
+
or reach out in the `Kokkos slack <https://kokkos.org/community/chat/>`_
0 commit comments