summaryrefslogtreecommitdiff
path: root/tests/matrix_test.cu
diff options
context:
space:
mode:
authorAnthony LaTorre <telatorre@gmail.com>2011-05-15 18:35:41 -0400
committerAnthony LaTorre <telatorre@gmail.com>2011-05-15 18:35:41 -0400
commit2aa342458d1278487f9ca47ff0111e74b20d63ef (patch)
tree63f2bfbbc1f971525cf1f79c06e74d969484eaa2 /tests/matrix_test.cu
parent8ea783d053e817568b3e7d04f28a6fd2583f18cf (diff)
downloadchroma-2aa342458d1278487f9ca47ff0111e74b20d63ef.tar.gz
chroma-2aa342458d1278487f9ca47ff0111e74b20d63ef.tar.bz2
chroma-2aa342458d1278487f9ca47ff0111e74b20d63ef.zip
cleanup. fixed tests
Diffstat (limited to 'tests/matrix_test.cu')
-rw-r--r--tests/matrix_test.cu2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/matrix_test.cu b/tests/matrix_test.cu
index 99e13dc..d64cb34 100644
--- a/tests/matrix_test.cu
+++ b/tests/matrix_test.cu
@@ -1,5 +1,7 @@
//-*-c-*-
+#include "matrix.h"
+
__device__ Matrix array2matrix(float *a)
{
return make_matrix(a[0], a[1], a[2],