Very lightweight utils & tools for OpenCL written in Kotlin
- Handles OpenCL errors, that may arise in the process
- Provides little useful utilities to work with memory
- Provides useful shorthands for buffer creation
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'
}