An open API service indexing awesome lists of open source software.

https://github.com/jcuda/jcuda-samples

JCuda samples
https://github.com/jcuda/jcuda-samples

Last synced: 6 months ago
JSON representation

JCuda samples

Awesome Lists containing this project

README

          

# jcuda-samples

This repository contains samples for the JCuda libraries.

**Note:** Some of the samples require third-party libraries, JCuda
libraries that are not part of the [`jcuda-main`](https://github.com/jcuda/jcuda-main)
package (for example, [`JCudaVec`](https://github.com/jcuda/jcuda-vec) or
[`JCudnn`](https://github.com/jcuda/jcudnn)), or utility libraries
that are not available in Maven Central. In order to compile these
samples, additional setup steps may be necessary. The main goal
of this repository is to collect and maintain the samples in a
form that allows them to serve as a collection of snippets that
can easily be copied and pasted into own projects to get started.