We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4650e commit d5243b9Copy full SHA for d5243b9
1 file changed
docs/backend/hexagon/README.md
@@ -210,6 +210,10 @@ build: 6a8cf8914 (6733)
210
Controls whether the Hexagon backend allocates host buffers. By default, all buffers except for REPACK are host buffers.
211
This option is required for testing Ops that require REPACK buffers (MUL_MAT and MUL_MAT_ID).
212
213
+- `GGML_HEXAGON_EXPERIMENTAL=1`
214
+ Controls whether the Hexagon backend enables experimental features.
215
+ This option is required for enabling/testing experimental Ops (FLASH_ATTN_EXT).
216
+
217
- `GGML_HEXAGON_VERBOSE=1`
218
Enables verbose logging of Ops from the backend. Example output:
219
0 commit comments