-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
area: ciRelated to CI infrastructureRelated to CI infrastructure
Description
A CI job to build Python extension should be added.
To build:
cd nvbench/python
mkdir -p wheelhouse
pip wheel . \
--config-settings=cmake.define.CMAKE_CUDA_ARCHITECTURES=all-major \
--config-settings=cmake.define.CMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc \
--wheel-dir wheelhouseTo test:
pip install wheelhouse/pynvbench*.whl
pip install pytest
cd test
pytest .
ashermancinelli
Metadata
Metadata
Assignees
Labels
area: ciRelated to CI infrastructureRelated to CI infrastructure