From a803ff18a963fc23ddb3dccf33ed7058af415f39 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Sat, 12 Apr 2014 20:24:05 -0700 Subject: Fixed a typo in cuda_basic.cu --- test/cuda_basic.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cuda_basic.cu') diff --git a/test/cuda_basic.cu b/test/cuda_basic.cu index aa7f7a599..4c7e96c10 100644 --- a/test/cuda_basic.cu +++ b/test/cuda_basic.cu @@ -129,7 +129,7 @@ void test_cuda_basic() CALL_SUBTEST( run_and_compare_to_cuda(prod(), nthreads, in, out) ); CALL_SUBTEST( run_and_compare_to_cuda(diagonal(), nthreads, in, out) ); - CALL_SUBTEST( run_and_compare_to_c(), nthreads, in, out) ); + CALL_SUBTEST( run_and_compare_to_cuda(diagonal(), nthreads, in, out) ); CALL_SUBTEST( run_and_compare_to_cuda(eigenvalues(), nthreads, in, out) ); CALL_SUBTEST( run_and_compare_to_cuda(eigenvalues(), nthreads, in, out) ); -- cgit v1.2.3