Commit 0c5c7ba
Henry Linjamäki
opencl: remove a self-referential macro
PoCL fails to compile due to a self-referential macro in
ggml-opencl_mm.cl (`#define sub_group_reduce_add
sub_group_reduce_add`) on some devices:
```
error: /home/linehill/.cache/pocl/kcache/tempfile_qlSuTg.cl:1048:11 <Spelling=/home/linehill/.cache/pocl/kcache/tempfile_qlSuTg.cl:851:30>: use of undeclared identifier 'sub_group_reduce_add'
...
```1 parent ab6ab8f commit 0c5c7ba
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
850 | | - | |
851 | | - | |
852 | 850 | | |
853 | 851 | | |
854 | 852 | | |
| |||
0 commit comments