Skip to content

Commit f87e03c

Browse files
Neo ZhangNeo Zhang
authored andcommitted
mv GGML_SYCL_DEV2DEV_MEMCPY to runntime table
1 parent dc12589 commit f87e03c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/backend/SYCL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ use 1 SYCL GPUs: [0] with Max compute units:512
710710
| Name | Value | Function |
711711
|-------------------|------------------|---------------------------------------------------------------------------------------------------------------------------|
712712
| GGML_SYCL_DEBUG | 0 (default) or 1 | Enable log function by macro: GGML_SYCL_DEBUG |
713+
| GGML_SYCL_DEV2DEV_MEMCPY | 0 (default) or 1 | Choose the SYCL or L0 API in dev2dev memory copy.<br>Value: <br>* 0: SYCL API (default)<br>* 1: L0 API -- L0 API is found to lead to abnormal crash in some case. This debug flag is used to check the issue.|
713714
| GGML_SYCL_ENABLE_FLASH_ATTN | 1 (default) or 0| Enable Flash-Attention. It can reduce memory usage. The performance impact depends on the LLM.|
714715
| GGML_SYCL_DISABLE_OPT | 0 (default) or 1 | Disable optimize features for Intel GPUs. (Recommended to 1 for Intel devices older than Gen 10) |
715716
| GGML_SYCL_DISABLE_GRAPH | 0 or 1 (default) | Disable running computations through SYCL Graphs feature. Disabled by default because SYCL Graph is still on development, no better performance. |
@@ -727,7 +728,7 @@ Pass these via `CXXFLAGS` or add a one-off `#define` to enable a flag on the spo
727728
|-----------------|----------------------------------------------------------------------------------|
728729
| DEBUG_SYCL_POOL | Enable device memory pool logging on teardown. Useful for profiling allocations. |
729730
| DEBUG_SYCL_MALLOC | Enable verbose per-call logging of device pool alloc/free operations. |
730-
| GGML_SYCL_DEV2DEV_MEMCPY | Choose the SYCL or L0 API in dev2dev memory copy.<br>Value: <br>* 0: SYCL API (default)<br>* 1: L0 API -- L0 API is found to lead to abnormal crash in some case. This debug flag is used to check the issue.|
731+
731732

732733
## Design Rule
733734

0 commit comments

Comments
 (0)