An open API service indexing awesome lists of open source software.

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

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.