mv dpct/helper.hpp to dpct.hpp
This commit is contained in:
parent
254a750249
commit
4d71c98544
4 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
|
||||
#include <sycl/sycl.hpp>
|
||||
#include "dpct/helper.hpp"
|
||||
#include "dpct.hpp"
|
||||
|
||||
#include "ggml-sycl.h"
|
||||
#include "presets.hpp"
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue