![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
def | test_float_aimax () |
def | test_float_aimin () |
def | test_float_asum () |
def | test_float_nrm2 () |
def | test_float_scale () |
def | test_float_swap () |
def | test_float_copy () |
def | test_float_axpy () |
def | test_float_dot () |
def | test_double_aimax () |
def | test_double_aimin () |
def | test_double_asum () |
def | test_double_nrm2 () |
def | test_double_scale () |
def | test_double_swap () |
def | test_double_copy () |
def | test_double_axpy () |
def | test_double_dot () |
Variables | |
int | size = 1024 |
int | dec = 4 |
int | prec = 10**-dec |
seed = np.int32(time.perf_counter() * 1e3) | |
c = ch.context.get_instance() | |
def test_cublas1.test_double_aimax | ( | ) |
Definition at line 164 of file test_cublas1.py.
def test_cublas1.test_double_aimin | ( | ) |
Definition at line 178 of file test_cublas1.py.
def test_cublas1.test_double_asum | ( | ) |
Definition at line 192 of file test_cublas1.py.
def test_cublas1.test_double_axpy | ( | ) |
Definition at line 268 of file test_cublas1.py.
def test_cublas1.test_double_copy | ( | ) |
Definition at line 257 of file test_cublas1.py.
def test_cublas1.test_double_dot | ( | ) |
Definition at line 288 of file test_cublas1.py.
def test_cublas1.test_double_nrm2 | ( | ) |
Definition at line 210 of file test_cublas1.py.
def test_cublas1.test_double_scale | ( | ) |
Definition at line 228 of file test_cublas1.py.
def test_cublas1.test_double_swap | ( | ) |
Definition at line 241 of file test_cublas1.py.
def test_cublas1.test_float_aimax | ( | ) |
Definition at line 24 of file test_cublas1.py.
def test_cublas1.test_float_aimin | ( | ) |
Definition at line 38 of file test_cublas1.py.
def test_cublas1.test_float_asum | ( | ) |
Definition at line 52 of file test_cublas1.py.
def test_cublas1.test_float_axpy | ( | ) |
Definition at line 128 of file test_cublas1.py.
def test_cublas1.test_float_copy | ( | ) |
Definition at line 117 of file test_cublas1.py.
def test_cublas1.test_float_dot | ( | ) |
Definition at line 148 of file test_cublas1.py.
def test_cublas1.test_float_nrm2 | ( | ) |
Definition at line 70 of file test_cublas1.py.
def test_cublas1.test_float_scale | ( | ) |
Definition at line 88 of file test_cublas1.py.
def test_cublas1.test_float_swap | ( | ) |
Definition at line 101 of file test_cublas1.py.
test_cublas1.c = ch.context.get_instance() |
Definition at line 14 of file test_cublas1.py.
int test_cublas1.dec = 4 |
Definition at line 7 of file test_cublas1.py.
int test_cublas1.prec = 10**-dec |
Definition at line 8 of file test_cublas1.py.
test_cublas1.seed = np.int32(time.perf_counter() * 1e3) |
Definition at line 13 of file test_cublas1.py.
int test_cublas1.size = 1024 |
Definition at line 6 of file test_cublas1.py.