https://github.com/jcuda/jcuda-samples
JCuda samples
https://github.com/jcuda/jcuda-samples
Last synced: 6 months ago
JSON representation
JCuda samples
- Host: GitHub
- URL: https://github.com/jcuda/jcuda-samples
- Owner: jcuda
- License: mit
- Created: 2016-09-20T14:54:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T12:05:32.000Z (over 4 years ago)
- Last Synced: 2025-04-10T20:31:52.152Z (9 months ago)
- Language: Java
- Size: 1.89 MB
- Stars: 78
- Watchers: 6
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.