Skip to content

Commit

Permalink
Update multiple-devices.md: typo (, -> /)
Browse files Browse the repository at this point in the history
The explanation string of the opencl_device_priority parameter contained a "," where in my understanding it should be a "/".
  • Loading branch information
sjjh authored and elstoc committed Dec 18, 2024
1 parent 36a7a66 commit fda5f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/special-topics/opencl/multiple-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The computational demand varies significantly depending on the type of pixelpipe

The configuration parameter “opencl\_device\_priority” holds a string with the following structure:

`a,b,c.../d,e,f.../g,h,i.../j,k,l...,m,n,o...`
`a,b,c.../d,e,f.../g,h,i.../j,k,l.../m,n,o...`

Each letter represents one specific OpenCL device. There are five fields in the parameter string separated by a slash, each representing one type of pixelpipe. `a,b,c...` defines the devices that are allowed to process the center image (full) pixelpipe. Likewise devices `d,e,f...` can process the preview pixelpipe, devices `g,h,i...` the export pixelpipes, devices `j,k,l...` the thumbnail pixelpipes and finally devices `m,n,o...` preview pixelpipe for the second window. An empty field means that no OpenCL device may serve this type of pixelpipe.

Expand Down

0 comments on commit fda5f7c

Please sign in to comment.