Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: rbramand <[email protected]>
  • Loading branch information
rbramand committed Jan 10, 2025
1 parent 0cafbe4 commit 89076de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/xocl/api/icd/ocl_icd_bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using cl_icd_dispatch = KHRicdVendorDispatchRec;
#else
// All x86 linux distros doesn't have opencl icd dispatcher
// support so using ocl icd dispatcher for x86 flows.
# include "ocl_icd.h"
# include <ocl_icd.h>
using cl_icd_dispatch = _cl_icd_dispatch;
#endif
#endif
Expand Down

0 comments on commit 89076de

Please sign in to comment.