mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Fix bug 16270 by raising device limit
This commit is contained in:
committed by
Kévin Petit
parent
e94d9b967a
commit
2c5ba5cdc2
@@ -34,7 +34,7 @@ const char *test_kernels[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#define TEST_SIZE 512
|
#define TEST_SIZE 512
|
||||||
#define MAX_DEVICES 8
|
#define MAX_DEVICES 32
|
||||||
#define MAX_QUEUES 1000
|
#define MAX_QUEUES 1000
|
||||||
|
|
||||||
int test_device_set(size_t deviceCount, size_t queueCount, cl_device_id *devices, int num_elements)
|
int test_device_set(size_t deviceCount, size_t queueCount, cl_device_id *devices, int num_elements)
|
||||||
|
|||||||
Reference in New Issue
Block a user