Skip to content
/ KoCL Public

Simple OpenCL Wrapper for Java/Kotlin with minimum overhead

License

Notifications You must be signed in to change notification settings

offeex/KoCL

Repository files navigation

KoCL

Very lightweight utils & tools for OpenCL written in Kotlin

What does it do

  • Handles OpenCL errors, that may arise in the process
  • Provides little useful utilities to work with memory
  • Provides useful shorthands for buffer creation

Structure

Setup

1. Add it in your root build.gradle at the end of repositories:

repositories {
   maven { url 'https://jitpack.io' }
}

2. Add a dependency

dependencies {
    implementation 'com.github.offeex:KoCL:SNAPSHOT'
}

About

Simple OpenCL Wrapper for Java/Kotlin with minimum overhead

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages