aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cuda_basic.cu
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-04-12 20:24:05 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-04-12 20:24:05 -0700
commita803ff18a963fc23ddb3dccf33ed7058af415f39 (patch)
tree93f7057513187900a1b55e3f0e8eb69f7d22efbd /test/cuda_basic.cu
parenta91a7a1964305311133858de96b845da49389922 (diff)
Fixed a typo in cuda_basic.cu
Diffstat (limited to 'test/cuda_basic.cu')
-rw-r--r--test/cuda_basic.cu2
1 files changed, 1 insertions, 1 deletions
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<Matrix4f,Vector4f>(), nthreads, in, out) );
CALL_SUBTEST( run_and_compare_to_cuda(diagonal<Matrix3f,Vector3f>(), nthreads, in, out) );
- CALL_SUBTEST( run_and_compare_to_c<uda(diagonal<Matrix4f,Vector4f>(), nthreads, in, out) );
+ CALL_SUBTEST( run_and_compare_to_cuda(diagonal<Matrix4f,Vector4f>(), nthreads, in, out) );
CALL_SUBTEST( run_and_compare_to_cuda(eigenvalues<Matrix3f>(), nthreads, in, out) );
CALL_SUBTEST( run_and_compare_to_cuda(eigenvalues<Matrix2f>(), nthreads, in, out) );