Skip to content

Commit fae244b

Browse files
opencl: replace some more OPENCL2 leftovers
1 parent 4c41718 commit fae244b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ggml/include/ggml-opencl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef GGML_OPENCL2_H
2-
#define GGML_OPENCL2_H
1+
#ifndef GGML_OPENCL_H
2+
#define GGML_OPENCL_H
33

44
#include "ggml.h"
55
#include "ggml-backend.h"
@@ -23,4 +23,4 @@ GGML_BACKEND_API ggml_backend_reg_t ggml_backend_opencl_reg(void);
2323
}
2424
#endif
2525

26-
#endif // GGML_OPENCL2_H
26+
#endif // GGML_OPENCL_H

0 commit comments

Comments
 (0)