summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-07-20 20:54:56 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-07-20 20:54:56 +0000
commit35db7e8ae4fe384199b8101609fe68ea4977c762 (patch)
tree0dbb2fe845f9f68a67f089a476a8d6eed0245196
parent8ce246e0769cff2db5acd34aab6357a74a9cf5e1 (diff)
Add Vec load test
-rw-r--r--run_tests.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index facfb74..96116c4 100644
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -241,4 +241,12 @@ run_test "./math-int rotl 4096 23 8"
clear_memory 100
run_test "./use-host-ptr 10"
+
+################################################################################
+#v4i32 loads
+################################################################################
+
+clear_memory 100
+run_test "./vec-load"
+
echo "$PASS passes, $FAIL fails"