Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenssonjoel/obsidian
Obsidian Language Repository
https://github.com/svenssonjoel/obsidian
edsl gpu gpu-acceleration gpu-computing haskell haskell-library
Last synced: 4 days ago
JSON representation
Obsidian Language Repository
- Host: GitHub
- URL: https://github.com/svenssonjoel/obsidian
- Owner: svenssonjoel
- License: other
- Created: 2012-12-10T08:51:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T20:43:00.000Z (over 6 years ago)
- Last Synced: 2024-03-14T19:54:30.160Z (9 months ago)
- Topics: edsl, gpu, gpu-acceleration, gpu-computing, haskell, haskell-library
- Language: Haskell
- Homepage:
- Size: 1.35 MB
- Stars: 40
- Watchers: 14
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Obsidian
An embedded language for GPU kernel programming.* News:
+ Obsidian does not depend on the "CUDA" package anymore.
If running on a GPU from haskell (by using the CUDA package)
is desired, the Obsidian-Run-CUDA package should be installed as well* TODO:
+ "Up" the versions
+ Remove all example code that relies on CUDA (Move to another repo)
* Versioning Policy (from Apr 14 2014 with the release of version 0.1.0.0)
+ A.B.C.D
+ A.B changes when API Changes (in a disruptive way)
+ C changes with additions that does not break existing programs
+ D Bugfixes and internal hacking.