opencl: replace some more OPENCL2 leftovers
This commit is contained in:
parent
c64ef0fb5c
commit
70063c6c0c
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#ifndef GGML_OPENCL2_H
|
#ifndef GGML_OPENCL_H
|
||||||
#define GGML_OPENCL2_H
|
#define GGML_OPENCL_H
|
||||||
|
|
||||||
#include "ggml.h"
|
#include "ggml.h"
|
||||||
#include "ggml-backend.h"
|
#include "ggml-backend.h"
|
||||||
|
@ -23,4 +23,4 @@ GGML_BACKEND_API ggml_backend_reg_t ggml_backend_opencl_reg(void);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // GGML_OPENCL2_H
|
#endif // GGML_OPENCL_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue