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