Skip to content

Commit 052a1e9

Browse files
committed
Merge branch 'free_function_kernel_scratch_memory' of https://github.com/lbushi25/llvm into free_function_kernel_scratch_memory
2 parents 1e00a45 + 44b0404 commit 052a1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/FreeFunctionKernels/free_function_kernel_local_memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
#include "helpers.hpp"
1414

15+
#include <cassert>
1516
#include <sycl/ext/oneapi/experimental/enqueue_functions.hpp>
1617
#include <sycl/ext/oneapi/free_function_queries.hpp>
1718
#include <sycl/ext/oneapi/work_group_static.hpp>
1819
#include <sycl/group_barrier.hpp>
1920
#include <sycl/usm.hpp>
20-
#include <cassert>
2121

2222
namespace syclext = sycl::ext::oneapi;
2323
namespace syclexp = sycl::ext::oneapi::experimental;

0 commit comments

Comments
 (0)