eltwise: sort includes
This commit is contained in:
parent
aaf9ed070d
commit
a16b6b7681
3 changed files with 2 additions and 5 deletions
|
@ -12,9 +12,6 @@
|
||||||
|
|
||||||
#include "common.hpp"
|
#include "common.hpp"
|
||||||
|
|
||||||
#include "ggml-backend-impl.h"
|
|
||||||
#include "ggml-impl.h"
|
|
||||||
|
|
||||||
int get_current_device_id() {
|
int get_current_device_id() {
|
||||||
return dpct::dev_mgr::instance().current_device_id();
|
return dpct::dev_mgr::instance().current_device_id();
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,7 +31,9 @@
|
||||||
#pragma clang diagnostic ignored "-Wnested-anon-types"
|
#pragma clang diagnostic ignored "-Wnested-anon-types"
|
||||||
#include "ggml-common.h"
|
#include "ggml-common.h"
|
||||||
#pragma clang diagnostic pop
|
#pragma clang diagnostic pop
|
||||||
|
#include "ggml-backend-impl.h"
|
||||||
#include "ggml-impl.h"
|
#include "ggml-impl.h"
|
||||||
|
#include "ggml.h"
|
||||||
|
|
||||||
void* ggml_sycl_host_malloc(size_t size);
|
void* ggml_sycl_host_malloc(size_t size);
|
||||||
void ggml_sycl_host_free(void* ptr);
|
void ggml_sycl_host_free(void* ptr);
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#include "common.hpp"
|
|
||||||
#include "element_wise.hpp"
|
#include "element_wise.hpp"
|
||||||
#include "ggml.h"
|
|
||||||
|
|
||||||
void acc_f32(const float * x, const float * y, float * dst, const int ne,
|
void acc_f32(const float * x, const float * y, float * dst, const int ne,
|
||||||
const int ne10, const int ne11, const int ne12,
|
const int ne10, const int ne11, const int ne12,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue