We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7208fb6 commit 7782f96Copy full SHA for 7782f96
test_conformance/basic/test_vector_creation.cpp
@@ -24,7 +24,7 @@
24
#define DEBUG 0
25
#define DEPTH 16
26
// Limit the maximum code size for any given kernel.
27
-#define MAX_CODE_SIZE (1024 * 32)
+#define MAX_CODE_SIZE (1024 * 4)
28
29
static const int sizes[] = { 1, 2, 3, 4, 8, 16, -1, -1, -1, -1 };
30
static const int initial_no_sizes[] = { 0, 0, 0, 0, 0, 0, 2 };
0 commit comments