is not current version
Last Version 22.06.0

cudfjni 21.12.0

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.

License

License

GroupId

GroupId

ai.rapids
ArtifactId

ArtifactId

cudf
Version

Version

21.12.0
Type

Type

jar
Description

Description

cudfjni
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

https://github.com/rapidsai/cudf

Download cudf 21.12.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.30

test (7)

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

Project Modules

There are no modules declared in this project.