Skip to content

Commit f26c7f0

Browse files
committed
oof
1 parent 76bc693 commit f26c7f0

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
@@ -24,7 +24,7 @@
2424
#define DEBUG 0
2525
#define DEPTH 16
2626
// Limit the maximum code size for any given kernel.
27-
#define MAX_CODE_SIZE (1024 * 32)
27+
#define MAX_CODE_SIZE (1024 * 4)
2828

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

0 commit comments

Comments
 (0)