From 80cc4a7cee54f35f46d6eb19a275d1f42cc2530f Mon Sep 17 00:00:00 2001 From: asadchev Date: Tue, 24 Oct 2023 22:16:17 -0400 Subject: [PATCH] re-enable benchmarks --- tests/libintx.cuda.benchmarks.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/libintx.cuda.benchmarks.cc b/tests/libintx.cuda.benchmarks.cc index 7c64ae6..c3195f9 100644 --- a/tests/libintx.cuda.benchmarks.cc +++ b/tests/libintx.cuda.benchmarks.cc @@ -95,10 +95,11 @@ int main() { ERI4_TEST_CASE(2,0,2,0, K); ERI4_TEST_CASE(2,2,2,0, K); - // ERI4_TEST_CASE(3,3,3,3, K); - // ERI4_TEST_CASE(4,4,4,4, K); - // ERI4_TEST_CASE(5,5,5,5, K); - // ERI4_TEST_CASE(6,6,6,6, K); + ERI4_TEST_CASE(2,2,2,2, K); + ERI4_TEST_CASE(3,3,3,3, K); + ERI4_TEST_CASE(4,4,4,4, K); + ERI4_TEST_CASE(5,5,5,5, K); + ERI4_TEST_CASE(6,6,6,6, K); //return 0;