wingkitlee0 / cuda-python-magma-examples

Examples for using Magma GPU library (CUDA) for linear algebra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cuda-python-magma-examples

This repository contains some examples for running eigenvalue solver GEEV with GPU using scikit-cuda.

Files:

gpu-linalg.py 
magma_all_geev.py 
magma_zgeev.py

gpu-linalg.py This is a simple wrapper for eig routiner in scipy.

About

Examples for using Magma GPU library (CUDA) for linear algebra.


Languages

Language:Python 63.7%Language:Jupyter Notebook 36.3%