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