test_gemm.py 170 Bytes
Newer Older
root's avatar
root committed
1
2
3
4
5
6
7
8
9
import unittest

from example_tests import example_test


class TestGEMM(unittest.TestCase):

    def test_sgemm(self):
        example_test.run_example('gemm/sgemm.py')