fix build with sycl
This commit is contained in:
parent
ca2cb6982a
commit
95daece908
1 changed files with 4 additions and 0 deletions
|
@ -7,7 +7,11 @@
|
|||
|
||||
#include <cmath>
|
||||
#include <numeric>
|
||||
|
||||
#ifndef GGML_USE_SYCL
|
||||
#include <cassert>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue