Skip to content

Commit d4c4e3e

Browse files
committed
oof
1 parent cb4f82c commit d4c4e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_conformance/basic/test_vector_creation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern cl_half_rounding_mode halfRoundingMode;
2626
#define DEBUG 0
2727
#define DEPTH 16
2828
// Limit the maximum code size for any given kernel.
29-
#define MAX_CODE_SIZE (1024 * 32)
29+
#define MAX_CODE_SIZE (1024 * 4)
3030

3131
static const int sizes[] = { 1, 2, 3, 4, 8, 16, -1, -1, -1, -1 };
3232
static const int initial_no_sizes[] = { 0, 0, 0, 0, 0, 0, 2 };

0 commit comments

Comments
 (0)