Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raymondcm/opencl-weatheranalysis
OpenCL parallel Int/Float vector analysis software for University of Lincoln assignment
https://github.com/raymondcm/opencl-weatheranalysis
bitonic-sort bucketsort c-plus-plus opencl recursion template-class
Last synced: 30 days ago
JSON representation
OpenCL parallel Int/Float vector analysis software for University of Lincoln assignment
- Host: GitHub
- URL: https://github.com/raymondcm/opencl-weatheranalysis
- Owner: RaymondCM
- License: mit
- Created: 2017-03-06T17:45:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T14:57:29.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T04:41:13.348Z (about 2 months ago)
- Topics: bitonic-sort, bucketsort, c-plus-plus, opencl, recursion, template-class
- Language: C++
- Homepage:
- Size: 6.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCL-WeatherAnalysis
Implementation of Int/Float vector analysis in OpenCL. Data provided is weather data and a templated class is provided that
demonstrates many basic and advanced parallel programming techniques and patterns. The interface to low level OpenCL algorithms is simple providing a greater abstraction from it.