mv dpct/helper.hpp to dpct.hpp

This commit is contained in:
arthw 2024-08-01 12:52:06 +08:00
parent 254a750249
commit 4d71c98544
4 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -7,7 +7,7 @@
#include <sycl/sycl.hpp>
#include "dpct/helper.hpp"
#include "dpct.hpp"
#include "ggml-sycl.h"
#include "presets.hpp"

View file

@ -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);