Skip to content

cupy_test_example_results

YOSHIFUJI Naoki edited this page Apr 1, 2019 · 14 revisions

Result of CuPy's Original Test and Examples on ClPy

  • src: v2.1.0rc1
  • Primary machine
    • OS: Ubuntu 16.04.4 LTS
    • CPU: Core i7-7700
    • MEM: 8GB
    • GPU: AMD Radeon Vega Frontier Edition (Air Cooled)
    • SDK: amdgpu-pro-18.20-621984
  • Secondary machine
    • OS: Ubuntu 16.04.5 LTS
    • CPU: Core i9-7900X
    • MEM: 64GB
    • GPU: NVIDIA TITAN V
    • SDK: CUDA 9.2
    • cuDNN 7.1

Test result

Only fail/error tests are shown below.

Primary machine (Radeon)

name passed failed skipped error
clpy_tests/linalg_tests/test_decomposition.py - - 11 -
clpy_tests/linalg_tests/test_eigenvalue.py - - 6 -
clpy_tests/linalg_tests/test_einsum.py - 49 - -
clpy_tests/linalg_tests/test_norms.py 139 45 - -
clpy_tests/linalg_tests/test_solve.py - - 14 -
clpy_tests/prof_tests/test_range.py - - - 1
clpy_tests/random_tests/test_generator.py - - - 1
clpy_tests/random_tests/test_permutations.py 1 3 - -
clpy_tests/random_tests/test_random.py - 1 - -
clpy_tests/random_tests/test_sample.py 3 30 - -
clpy_tests/sorting_tests/test_sort.py 59 68 - -
clpy_tests/sparse_tests/test_base.py - - 7 -
clpy_tests/sparse_tests/test_construct.py - - 44 -
clpy_tests/sparse_tests/test_coo.py - 24 776 -
clpy_tests/sparse_tests/test_csc.py - 32 262 -
clpy_tests/sparse_tests/test_csr.py - 32 298 -
clpy_tests/sparse_tests/test_dia.py - 16 56 -
clpy_tests/test_init.py 1 3 - -
clpy_tests/test_numpy_interop.py - 1 - -
example_tests/test_gemm.py - 1 - -
(total) - 305 1474 2

Secondary machine (GeForce)

name passed failed skipped error
clpy_tests/linalg_tests/test_decomposition.py - - 11 -
clpy_tests/linalg_tests/test_eigenvalue.py - - 6 -
clpy_tests/linalg_tests/test_einsum.py - 49 - -
clpy_tests/linalg_tests/test_norms.py 183 1 23 -
clpy_tests/linalg_tests/test_solve.py - - 14 -
clpy_tests/prof_tests/test_range.py - - - 1
clpy_tests/random_tests/test_generator.py - - - 1
clpy_tests/random_tests/test_permutations.py 1 3 - -
clpy_tests/random_tests/test_random.py - 1 - -
clpy_tests/random_tests/test_sample.py 3 30 - -
clpy_tests/sorting_tests/test_sort.py 59 68 - -
clpy_tests/sparse_tests/test_base.py - - 7 -
clpy_tests/sparse_tests/test_construct.py - - 4 -
clpy_tests/sparse_tests/test_coo.py - 24 776 -
clpy_tests/sparse_tests/test_csc.py - 32 262 -
clpy_tests/sparse_tests/test_csr.py - 32 298 -
clpy_tests/sparse_tests/test_dia.py - 16 56 -
clpy_tests/test_init.py 1 3 - -
clpy_tests/test_numpy_interop.py - 1 - -
example_tests/test_gemm.py - 1 - -
(total) - 261 1457 2

Example

name result detail
cg no no errors, but residual is NaN on GPU
gemm no AttributeError: module 'clpy.backend' has no attribute 'compile_with_cache'
gmm ok train_accuracy and test_accuracy on GPU are same on CPU
kmeans ok