We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706451a commit bafafc3Copy full SHA for bafafc3
ggml/src/ggml-sycl/element_wise.cpp
@@ -1,10 +1,6 @@
1
#include "common.hpp"
2
#include "ggml.h"
3
#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>
8
9
static void acc_f32(const float * x, const float * y, float * dst, const int ne,
10
const int ne10, const int ne11, const int ne12,
0 commit comments