Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbien/netbeans-opencl-pack
OpenCL editor and utilties for the NetBeans IDE
https://github.com/mbien/netbeans-opencl-pack
Last synced: about 1 month ago
JSON representation
OpenCL editor and utilties for the NetBeans IDE
- Host: GitHub
- URL: https://github.com/mbien/netbeans-opencl-pack
- Owner: mbien
- Created: 2011-08-22T17:03:50.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-03T03:18:49.000Z (about 13 years ago)
- Last Synced: 2024-10-04T10:15:54.267Z (about 2 months ago)
- Language: Java
- Homepage: http://plugins.netbeans.org/plugin/39980/?show=true
- Size: 1.89 MB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The NetBeans OpenCL Pack provides tools and utilities for building OpenCL applications.
download:
http://plugins.netbeans.org/plugin/39980/netbeans-opencl-pack
mirror (+older versions):
https://github.com/mbien/netbeans-opencl-pack/downloads
blog:
http://michael-bien.com/mbien/tags/joclinstallation:
1) open NetBeans, go to Tools->Plugins and click on the 'Downloads' tab
2) add all modules to the list and click 'install'
3) have fun- - - devnotes - - -
project structure:
opencl-editor: OpenCL editor
jocl-runtime: library wrapper module packaging JOCL
jocl-project: provides the "New OpenCL Project" wizardfirst build downloads jocl and builds the CL parser/lexer, so don't worry if
you see compiler errors right after opening the project.