Skip to content

Commit 4d71c98

Browse files
committed
mv dpct/helper.hpp to dpct.hpp
1 parent 254a750 commit 4d71c98

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

ggml/src/ggml-sycl/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <iostream>
1818
#include <regex>
1919

20-
#include "dpct/helper.hpp"
20+
#include "dpct.hpp"
2121
#include "ggml-sycl.h"
2222
#include "presets.hpp"
2323
#include "sycl_hw.hpp"
File renamed without changes.

ggml/src/ggml-sycl/sycl_device.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
#include <sycl/sycl.hpp>
10-
#include "dpct/helper.hpp"
10+
#include "dpct.hpp"
1111

1212
#include "ggml-sycl.h"
1313
#include "presets.hpp"

ggml/src/ggml-sycl/vecdotq.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef GGML_SYCL_VECDOTQ_HPP
1414
#define GGML_SYCL_VECDOTQ_HPP
1515

16-
#include "dpct/helper.hpp"
16+
#include "dpct.hpp"
1717

1818
typedef float (*vec_dot_q_sycl_t)(const void * __restrict__ vbq, const block_q8_1 * __restrict__ bq8_1, const int & iqs);
1919

0 commit comments

Comments
 (0)