Skip to content

Commit bfec4fa

Browse files
committed
open the first files
1 parent 95d10d7 commit bfec4fa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+23215
-23215
lines changed

ggml/src/ggml-sycl/CMakeLists.txt

Lines changed: 189 additions & 189 deletions
Large diffs are not rendered by default.

ggml/src/ggml-sycl/backend.hpp

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
//
2-
// MIT license
3-
// Copyright (C) 2024 Intel Corporation
4-
// SPDX-License-Identifier: MIT
5-
//
6-
7-
//
8-
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
9-
// See https://llvm.org/LICENSE.txt for license information.
10-
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11-
//
12-
13-
#ifndef GGML_SYCL_BACKEND_HPP
14-
#define GGML_SYCL_BACKEND_HPP
15-
16-
#include "binbcast.hpp"
17-
#include "common.hpp"
18-
#include "concat.hpp"
19-
#include "conv.hpp"
20-
#include "convert.hpp"
21-
#include "count-equal.hpp"
22-
#include "cpy.hpp"
23-
#include "dequantize.hpp"
24-
#include "dmmv.hpp"
25-
#include "element_wise.hpp"
26-
#include "gla.hpp"
27-
#include "im2col.hpp"
28-
#include "mmq.hpp"
29-
#include "mmvq.hpp"
30-
#include "norm.hpp"
31-
#include "outprod.hpp"
32-
#include "pad.hpp"
33-
#include "quantize.hpp"
34-
#include "quants.hpp"
35-
#include "rope.hpp"
36-
#include "set_rows.hpp"
37-
#include "softmax.hpp"
38-
#include "tsembd.hpp"
39-
#include "wkv.hpp"
40-
#include "pad_reflect_1d.hpp"
41-
42-
43-
#endif // GGML_SYCL_BACKEND_HPP
1+
//
2+
// MIT license
3+
// Copyright (C) 2024 Intel Corporation
4+
// SPDX-License-Identifier: MIT
5+
//
6+
7+
//
8+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
9+
// See https://llvm.org/LICENSE.txt for license information.
10+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11+
//
12+
13+
#ifndef GGML_SYCL_BACKEND_HPP
14+
#define GGML_SYCL_BACKEND_HPP
15+
16+
#include "binbcast.hpp"
17+
#include "common.hpp"
18+
#include "concat.hpp"
19+
#include "conv.hpp"
20+
#include "convert.hpp"
21+
#include "count-equal.hpp"
22+
#include "cpy.hpp"
23+
#include "dequantize.hpp"
24+
#include "dmmv.hpp"
25+
#include "element_wise.hpp"
26+
#include "gla.hpp"
27+
#include "im2col.hpp"
28+
#include "mmq.hpp"
29+
#include "mmvq.hpp"
30+
#include "norm.hpp"
31+
#include "outprod.hpp"
32+
#include "pad.hpp"
33+
#include "quantize.hpp"
34+
#include "quants.hpp"
35+
#include "rope.hpp"
36+
#include "set_rows.hpp"
37+
#include "softmax.hpp"
38+
#include "tsembd.hpp"
39+
#include "wkv.hpp"
40+
#include "pad_reflect_1d.hpp"
41+
42+
43+
#endif // GGML_SYCL_BACKEND_HPP

0 commit comments

Comments
 (0)