https://github.com/dubzzz/cuda-tests-on-matrices
This repository has been created in an attempt to carry out some tests on matrices operations using CUDA
https://github.com/dubzzz/cuda-tests-on-matrices
Last synced: 3 months ago
JSON representation
This repository has been created in an attempt to carry out some tests on matrices operations using CUDA
- Host: GitHub
- URL: https://github.com/dubzzz/cuda-tests-on-matrices
- Owner: dubzzz
- License: mit
- Created: 2014-05-01T13:50:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-03T18:28:19.000Z (over 11 years ago)
- Last Synced: 2025-01-25T22:38:50.763Z (9 months ago)
- Language: Cuda
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cuda-tests-on-matrices
======================This repository has been created in an attempt to carry out some tests on matrices operations using CUDA. It contains my very first CUDA-codes.
Have a look to [CUDA MathModule for Python](https://github.com/dubzzz/cuda-mathmodule-for-python).
It gives you ways to define Python data-structures in C/C++ code.