Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
karolherbst committed Mar 22, 2024
1 parent 76bc693 commit f26c7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_conformance/basic/test_vector_creation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit f26c7f0

Please sign in to comment.