Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 85198b0

Browse files
authored
Fix #include path
1 parent 4b53e5b commit 85198b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/api/simd_memory_access.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// The test checks functionality of the memory access APIs which are members of
1414
// the simd class.
1515

16-
#include "esimd_test_utils.hpp"
16+
#include "../esimd_test_utils.hpp"
1717

1818
#include <CL/sycl.hpp>
1919
#include <CL/sycl/INTEL/esimd.hpp>

0 commit comments

Comments
 (0)