![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
| def | test_float_gemv () |
| def | test_double_gemv () |
| def | test_magma_float_svd () |
| def | test_magma_float_getri_cpu () |
| def | test_magma_float_potri_cpu () |
| def | test_magma_float_getri_gpu () |
| def | test_magma_float_potri_gpu () |
| def | test_magma_float_syevd () |
| def | test_magma_double_svd () |
| def | test_magma_double_getri_cpu () |
| def | test_magma_double_potri_cpu () |
| def | test_magma_double_getri_gpu () |
| def | test_magma_double_potri_gpu () |
| def | test_magma_double_syevd () |
Variables | |
| int | m = 1024 |
| int | n = 1024 |
| min_mn = min(m, n) | |
| int | dec = 3 |
| int | prec = 10**(-dec) |
| c = ch.context.get_instance() | |
| def test_magma.test_double_gemv | ( | ) |
Definition at line 58 of file test_magma.py.
| def test_magma.test_float_gemv | ( | ) |
Definition at line 18 of file test_magma.py.
| def test_magma.test_magma_double_getri_cpu | ( | ) |
Definition at line 302 of file test_magma.py.
| def test_magma.test_magma_double_getri_gpu | ( | ) |
Definition at line 345 of file test_magma.py.
| def test_magma.test_magma_double_potri_cpu | ( | ) |
Definition at line 323 of file test_magma.py.
| def test_magma.test_magma_double_potri_gpu | ( | ) |
Definition at line 371 of file test_magma.py.
| def test_magma.test_magma_double_svd | ( | ) |
Definition at line 267 of file test_magma.py.
| def test_magma.test_magma_double_syevd | ( | ) |
Definition at line 399 of file test_magma.py.
| def test_magma.test_magma_float_getri_cpu | ( | ) |
Definition at line 133 of file test_magma.py.
| def test_magma.test_magma_float_getri_gpu | ( | ) |
Definition at line 176 of file test_magma.py.
| def test_magma.test_magma_float_potri_cpu | ( | ) |
Definition at line 154 of file test_magma.py.
| def test_magma.test_magma_float_potri_gpu | ( | ) |
Definition at line 202 of file test_magma.py.
| def test_magma.test_magma_float_svd | ( | ) |
Definition at line 98 of file test_magma.py.
| def test_magma.test_magma_float_syevd | ( | ) |
Definition at line 230 of file test_magma.py.
| test_magma.c = ch.context.get_instance() |
Definition at line 13 of file test_magma.py.
| int test_magma.dec = 3 |
Definition at line 10 of file test_magma.py.
| int test_magma.m = 1024 |
Definition at line 6 of file test_magma.py.
Definition at line 8 of file test_magma.py.
| int test_magma.n = 1024 |
Definition at line 7 of file test_magma.py.
| int test_magma.prec = 10**(-dec) |
Definition at line 11 of file test_magma.py.