Pascal-Institute / kuda-12.2

The gpu library (wrapping CUDA)

Home Page:https://kudadoc.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kuda

The gpu library (wrapping cuda) written by Kotlin

kuda_icon.png

How to use? (Please Check Latest Version)

0. Install JDK(17) & CUDA Toolkit (12.2)

1. Add library in build.gradle.kts

repositories {
    maven{
        url = uri("https://jitpack.io")
    }
}

dependencies {
    implementation ("com.github.kudakit:kuda-12.2:3.1.0")
}

2. add vm options

-Djava.library.path=./src/main/resources

3. add dll files into /src/main/resources

img.png

Support OS

Windows

JDK Version

17

CUDA Version

12.2

About

The gpu library (wrapping CUDA)

https://kudadoc.netlify.app/

License:MIT License


Languages

Language:Kotlin 100.0%