c

cudf

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.
http://ai.rapids
Apache License, Version 2.0
Robert Evans Jason Lowe Alessandro Bellina Thomas Graves Raza Jafri Niranjan Artal
Files download
File Operation
cudf-24.04.0.jar download
cudf-24.04.0.pom download
cudf-24.04.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.rapids</groupId>
  <artifactId>cudf</artifactId>
  <version>24.04.0</version>
</dependency>
Gradle Groovy
implementation 'ai.rapids:cudf:24.04.0'
Gradle Kotlin
implementation("ai.rapids:cudf:24.04.0")
Scala SBT
libraryDependencies += "ai.rapids" % "cudf" % "24.04.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.rapids', module='cudf', version='24.04.0')
)
Apache Ivy
<dependency org="ai.rapids" name="cudf" rev="24.04.0" />
Leiningen
[ai.rapids/cudf "24.04.0"]
Apache Buildr
'ai.rapids:cudf:jar:24.04.0'