Skip to content

Commit b2494ab

Browse files
[SYCL][ESIMD][EMU] Missing change in header file path (#5767)
- Header file path for esimd_emulator backend is updated for missing change from PR5729
1 parent 250c498 commit b2494ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/esimd_emulator/pi_esimd_emulator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ struct _pi_kernel : _pi_object {
171171
_pi_kernel() {}
172172
};
173173

174-
#include <sycl/ext/intel/experimental/esimd/emu/detail/esimd_emulator_device_interface.hpp>
174+
#include <sycl/ext/intel/esimd/emu/detail/esimd_emulator_device_interface.hpp>

0 commit comments

Comments
 (0)