Skip to content

Commit

Permalink
Merge pull request #50 from martindurant/cudf
Browse files Browse the repository at this point in the history
Add cudf extension
  • Loading branch information
martindurant authored Oct 9, 2024
2 parents c635c16 + 680906c commit f6f2ad7
Show file tree
Hide file tree
Showing 11 changed files with 1,556 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
omit = src/akimbo/cudf.py
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
pip list
- name: test
run: |
python -m pytest -v --cov akimbo
python -m pytest -v --cov-config=.coveragerc --cov akimbo
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# emacs
.dir-locals.el
.idea

# setuptools_scm
src/akimbo/version.py
Expand Down
22 changes: 22 additions & 0 deletions example/cuda_env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: cuda
channels:
- conda-forge
dependencies:
- python=3.10
- cuda-cudart
- cuda-version=12.2
- pycuda
- cupy
- numba
- awkward
- rapidsai::cudf
- ipython
- numba
- pyarrow
- pandas
- polars
- pytest
- distributed
- dask-awkward
- pytest
- rox
Loading

0 comments on commit f6f2ad7

Please sign in to comment.