https://github.com/mitmul/cupy-cudf-cuml
Use CuPy ndarray with cuDF/cuML functions
https://github.com/mitmul/cupy-cudf-cuml
Last synced: 8 months ago
JSON representation
Use CuPy ndarray with cuDF/cuML functions
- Host: GitHub
- URL: https://github.com/mitmul/cupy-cudf-cuml
- Owner: mitmul
- License: mit
- Created: 2019-03-14T06:08:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T22:52:35.000Z (about 7 years ago)
- Last Synced: 2025-03-18T04:49:30.530Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CuPy-cuDF-cuML
==============
Use CuPy ndarray with cuDF/cuML functions
```
git clone https://github.com/rapidsai/cudf
git submodule update --init --recursive
conda install -c nvidia nvstrings
cd cudf
mkdir -p cpp/build && cd cpp/build
BOOST_INCLUDEDIR=$HOME/.linuxbrew/include cmake ../ -DCMAKE_INSTALL_PREFIX=$HOME
LIBRARY_PATH=$(pyenv prefix)/lib:$LD_LIBRARY_PATH CPATH=$(pyenv prefix)/include:$CPATH make -j install
make python_cffi
make install_python
```