D | test.cc | 502 All, enumerator 522 if (params_to_test == WhatParamsToTest::All) { in test_gemm() 534 enum class WhatOrdersToTest { All, OnlyRCC }; enumerator 547 if (orders_to_test == WhatOrdersToTest::All) { in test_gemm() 581 test_gemm<GemmWrapper>(context, 50, 50, 50, WhatParamsToTest::All, in test_gemm_kernel() 585 WhatOrdersToTest::All); in test_gemm_kernel() 593 test_gemm<GemmWrapper>(context, 1, 1, 1, WhatParamsToTest::All, in test_gemm() 595 test_gemm<GemmWrapper>(context, 2, 1, 1, WhatParamsToTest::All, in test_gemm() 597 test_gemm<GemmWrapper>(context, 1, 2, 1, WhatParamsToTest::All, in test_gemm() 599 test_gemm<GemmWrapper>(context, 1, 1, 2, WhatParamsToTest::All, in test_gemm() [all …]
|