https://github.com/hughperkins/gpu-experiments
Informal experiments on various gpu kernel questions
https://github.com/hughperkins/gpu-experiments
Last synced: 3 months ago
JSON representation
Informal experiments on various gpu kernel questions
- Host: GitHub
- URL: https://github.com/hughperkins/gpu-experiments
- Owner: hughperkins
- License: bsd-2-clause
- Created: 2016-07-02T06:24:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T23:23:01.000Z (about 9 years ago)
- Last Synced: 2025-03-30T22:14:51.114Z (7 months ago)
- Language: Python
- Size: 2.97 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gpu-experiments
Experiments on various gpu kernel questions
Terminology will be interchangeably cuda/opencl. Experiments run on Titan X and GeForce 940M. Where not specified, they are running on NVIDIA 940M, which is a Maxwell.
* [basics1.md](basics1.md)
* [volkov.md](volkov.md)
* [basics2.md](basics2.md)
* [compound.md](compound.md)
* [gemm for gtx280](nath_tomov_dongarra/README.md)[hardwareandlimits.md](hardwareandlimits.md)