Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
karolherbst committed Aug 22, 2023
1 parent 129b4ad commit 8df06ab
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 @@ -72,7 +72,7 @@ int create_kernel(ExplicitType type, int output_size, char *program,

program[0] = '\0';
sprintf(program,
"%s\n__kernel void test_vector_creation(__global %s *src, __global "
"%s\n__kernel void test_vector_creation(__constant %s *src, __global "
"%s%s *result) {\n",
extension, get_explicit_type_name(type),
get_explicit_type_name(type),
Expand Down

0 comments on commit 8df06ab

Please sign in to comment.