Skip to content

Commit a3e0262

Browse files
committed
opencl: add link to OPENCL.md
1 parent 21215d4 commit a3e0262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/build.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,9 @@ KleidiAI's microkernels implement optimized tensor operations using Arm CPU feat
457457
Depending on your build target, other higher priority backends may be enabled by default. To ensure the CPU backend is used, you must disable the higher priority backends either at compile time, e.g. -DGGML_METAL=OFF, or during run-time using the command line option `--device none`.
458458

459459
## OpenCL
460+
460461
This provides GPU acceleration through OpenCL on recent Adreno GPU.
462+
More information about OpenCL backend can be found in [OPENCL.md](./backend/OPENCL.md) for more information.
461463

462464
### Android
463465

0 commit comments

Comments
 (0)