Skip to content

Commit

Permalink
mv dpct/helper.hpp to dpct.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Aug 1, 2024
1 parent 254a750 commit 4d71c98
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <iostream>
#include <regex>

#include "dpct/helper.hpp"
#include "dpct.hpp"
#include "ggml-sycl.h"
#include "presets.hpp"
#include "sycl_hw.hpp"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/sycl_device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


#include <sycl/sycl.hpp>
#include "dpct/helper.hpp"
#include "dpct.hpp"

#include "ggml-sycl.h"
#include "presets.hpp"
Expand Down
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/vecdotq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef GGML_SYCL_VECDOTQ_HPP
#define GGML_SYCL_VECDOTQ_HPP

#include "dpct/helper.hpp"
#include "dpct.hpp"

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

Expand Down

0 comments on commit 4d71c98

Please sign in to comment.