Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 691 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 691 Bytes

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'
}