Skip to content

Commit bafafc3

Browse files
committed
clean auto imported header files
1 parent 706451a commit bafafc3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ggml/src/ggml-sycl/element_wise.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#include "common.hpp"
22
#include "ggml.h"
33
#include "element_wise.hpp"
4-
#include <sycl/detail/builtins/builtins.hpp>
5-
#include <sycl/nd_item.hpp>
6-
#include <sycl/nd_range.hpp>
7-
#include <sycl/range.hpp>
84

95
static void acc_f32(const float * x, const float * y, float * dst, const int ne,
106
const int ne10, const int ne11, const int ne12,

0 commit comments

Comments
 (0)