License |
License |
---|---|
GroupId | GroupIdai.rapids |
ArtifactId | ArtifactIdcudf |
Version | Version21.12.0 |
Type | Typejar |
Description |
Descriptioncudfjni
This project provides java bindings for cudf, to be able to process large amounts of data on a GPU.
This is still a work in progress so some APIs may change until the 1.0 release.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cudf-21.12.0.pom | |
cudf-21.12.0.jar | 313 MB |
cudf-21.12.0-sources.jar | 253 KB |
cudf-21.12.0-javadoc.jar | 971 KB |
cudf-21.12.0-cuda11.jar | 313 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.rapids/cudf/ -->
<dependency>
<groupId>ai.rapids</groupId>
<artifactId>cudf</artifactId>
<version>21.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.rapids/cudf/
implementation 'ai.rapids:cudf:21.12.0'
// https://jarcasting.com/artifacts/ai.rapids/cudf/
implementation ("ai.rapids:cudf:21.12.0")
'ai.rapids:cudf:jar:21.12.0'
<dependency org="ai.rapids" name="cudf" rev="21.12.0">
<artifact name="cudf" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.rapids', module='cudf', version='21.12.0')
)
libraryDependencies += "ai.rapids" % "cudf" % "21.12.0"
[ai.rapids/cudf "21.12.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.4.2 |
org.slf4j : slf4j-simple | jar | 1.7.30 |
org.mockito : mockito-core | jar | 2.25.0 |
org.apache.arrow : arrow-vector | jar | 0.15.1 |
org.apache.parquet : parquet-avro | jar | 1.10.0 |
org.apache.hadoop : hadoop-common | jar | 3.1.0 |