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.02.2.jar download
cudf-24.02.2.pom download
cudf-24.02.2-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.rapids</groupId>
  <artifactId>cudf</artifactId>
  <version>24.02.2</version>
</dependency>
Gradle Groovy
implementation 'ai.rapids:cudf:24.02.2'
Gradle Kotlin
implementation("ai.rapids:cudf:24.02.2")
Scala SBT
libraryDependencies += "ai.rapids" % "cudf" % "24.02.2"
Groovy Grape
@Grapes(
  @Grab(group='ai.rapids', module='cudf', version='24.02.2')
)
Apache Ivy
<dependency org="ai.rapids" name="cudf" rev="24.02.2" />
Leiningen
[ai.rapids/cudf "24.02.2"]
Apache Buildr
'ai.rapids:cudf:jar:24.02.2'