From f26c7f006c1bf65bd7e610c42d55a970b3c7b9d5 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Tue, 22 Aug 2023 13:07:57 +0200 Subject: [PATCH] oof --- test_conformance/basic/test_vector_creation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_conformance/basic/test_vector_creation.cpp b/test_conformance/basic/test_vector_creation.cpp index 0fc2e7640b..f62aecd70e 100644 --- a/test_conformance/basic/test_vector_creation.cpp +++ b/test_conformance/basic/test_vector_creation.cpp @@ -24,7 +24,7 @@ #define DEBUG 0 #define DEPTH 16 // Limit the maximum code size for any given kernel. -#define MAX_CODE_SIZE (1024 * 32) +#define MAX_CODE_SIZE (1024 * 4) static const int sizes[] = { 1, 2, 3, 4, 8, 16, -1, -1, -1, -1 }; static const int initial_no_sizes[] = { 0, 0, 0, 0, 0, 0, 2 };