Skip to content

Commit

Permalink
meet coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
nsakabe-fixstars committed Oct 25, 2018
1 parent a059b1d commit d43412b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion clpy/backend/opencl/clblast/clblast.pyx
Expand Up @@ -225,7 +225,6 @@ cpdef strsm(str_layout,
<cl_mem>b_buffer, B.data.cl_mem_offset() // B.itemsize, ldb)



CLBLAST_STATUS_CODE = {
CLBlastSuccess: "CLBlastSuccess",
CLBlastOpenCLCompilerNotAvailable: "CLBlastOpenCLCompilerNotAvailable",
Expand Down
1 change: 1 addition & 0 deletions tests/clpy_tests/opencl_tests/test_clblast.py
Expand Up @@ -945,6 +945,7 @@ def test_strides_transpose_A(self, dtype, blasfunc):
('float32', clblast.strsm)
]


class TestBlas3TRSM(unittest.TestCase):
"""test class of CLBlast BLAS-3 TRSM functions"""

Expand Down

0 comments on commit d43412b

Please sign in to comment.