Pyculib provides Python bindings to the following CUDA libraries:
These bindings are direct ports of those available in Anaconda Accelerate.
Documentation is located here
Installing
The easiest way to install Pyculib and get updates is by using the Anaconda Distribution
#> conda install pyculib
To compile from source, it is recommended to create a conda environment containing the following:
cffi
cudatoolkit
numpy
numba
pyculib_sorting
scipy
for instructions on how to do this see the conda documentation, specifically the section on managing environments.
Once a suitable environment is activated, installation achieved simply by running:
#> python setup.py install
and the installation can be tested with:
#> ./runtests.py
Documentation
Documentation is located here.
Building Documentation
It is also possible to build a local copy of the documentation from source. This requires GNU Make and sphinx (available via conda).
Documentation is stored in the doc folder, and should be built with:
#> make SPHINXOPTS=-Wn clean html
This ensures that the documentation renders without errors. If errors occur, they can all be seen at once by building with:
#> make SPHINXOPTS=-n clean html
However, these errors should all be fixed so that building with -Wn is possible prior to merging any documentation changes or updates.
Release files for pyculib 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyculib-1.0.1.tar.gz | 88.2 kB | Details |
Release files / pyculib-1.0.1.tar.gz
| Download URL | pyculib-1.0.1.tar.gz |
|---|---|
| Size | 88.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f8afe9e939abe577bdda449da80373f3ecd902992de548d26d7dbba521eb7c95
|
|
BLAKE2b-256 checksum How to use checksums |
f977d3744b78a9ad0167c14fb1cccdc59f03d6e010406df9aca39a441574e29c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |