Merge branch 'main' into v2
This commit is contained in:
commit
73110c960d
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ It was programmed with 3.10.4. And I used some 3.10 Python expression. Thus you
|
||||||
# C++
|
# C++
|
||||||
|
|
||||||
You need to modify the Makefile in the C++ directory to your Python installation.
|
You need to modify the Makefile in the C++ directory to your Python installation.
|
||||||
|
|
||||||
In addition your Python installation needs the PyBind11 package installed. You might want to perform a
|
In addition your Python installation needs the PyBind11 package installed. You might want to perform a
|
||||||
pip install pybind11
|
pip install pybind11
|
||||||
The Makefile uses clang as a compiler. If you want something else then you need to change the Makefile.
|
The Makefile uses clang as a compiler. If you want something else then you need to change the Makefile.
|
||||||
For CUDA I used version 12.0.
|
For CUDA I used version 12.0.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue