Skip to content

Commit

Permalink
Add libcudf and kvikio
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan authored Jun 27, 2024
1 parent a72e270 commit 3335772
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"cudf": RAPIDSRepository(
packages={
"cudf": RAPIDSPackage(),
"libcudf": RAPIDSPackage(),
"dask-cudf": RAPIDSPackage(),
}
),
Expand Down Expand Up @@ -90,6 +91,12 @@
"dask-cuda": RAPIDSPackage(has_cuda_suffix=False),
}
),
"kvikio": RAPIDSRepository(
packages={
"libkvikio": RAPIDSPackage(),
"kvikio": RAPIDSPackage(),
}
),
"ptxcompiler": RAPIDSRepository(
packages={
"ptxcompiler": RAPIDSPackage(),
Expand Down

0 comments on commit 3335772

Please sign in to comment.