https://github.com/arnauld/dodoop
DOD vs OOP Ramblings + CUDA investigations
https://github.com/arnauld/dodoop
Last synced: 11 months ago
JSON representation
DOD vs OOP Ramblings + CUDA investigations
- Host: GitHub
- URL: https://github.com/arnauld/dodoop
- Owner: Arnauld
- Created: 2011-07-17T15:53:22.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-19T10:19:11.000Z (almost 15 years ago)
- Last Synced: 2025-01-10T18:59:17.833Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.markdown
Awesome Lists containing this project
README
Experimental playground for CUDA and DOD
========================================
DOD links
* [Links](http://technbolts.tumblr.com/post/7702231622)
CUDA and Java binding
* [JCuda](http://www.jcuda.de/jcuda/JCuda.html)
* [Cuda](http://developer.nvidia.com/cuda-toolkit-40)
## Project layout
* `data/cuda` contains cuda source file (\*.cu) and their compiled version (\*.ptx)
* `lib/` used for both sbt library management and in the native library lookup (modified version of `cuda.LibUtils` to define the base lib dir.)