diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-03-20 14:01:52 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-03-20 14:01:52 -0400 |
commit | df4efa63e13eeae05694986c9ad27e9abc2a68d8 (patch) | |
tree | 6856f8fc4392618266e8b9ddcbe646021afe8b34 | |
parent | f289456a80999470eae0654b89979052e2840eb2 (diff) |
Remove get_global_id tests that the driver should reject
These hang the GPU
-rw-r--r-- | run_tests.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh index 3ef76f0..36c157c 100644 --- a/run_tests.sh +++ b/run_tests.sh @@ -111,11 +111,11 @@ run_test "./get-global-id 100 100" #One work item per work group run_test "./get-global-id 250 1" #Large number of threads in one work group -run_test "./get-global-id 1000000 1000000" +#run_test "./get-global-id 1000000 1000000" #Large number of work groups, one work item per group -run_test "./get-global-id 2000000 1" +#run_test "./get-global-id 2000000 1" #Large number of threads -run_test "./get-global-id 5000000 1000" +#run_test "./get-global-id 5000000 1000" ################################################################################ #if (x > y) # |