File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ etors:
4242 - name : EXP_CLONEABLE
4343 version : " 1.9"
4444 desc : " this command list may be cloned using $xCommandListCreateCloneExp after $xCommandListClose."
45+ - name : COPY_OFFLOAD_HINT
46+ version : " 1.15"
47+ desc : |
48+ Try to offload copy operations to different engines. Applicable only for compute queues.
49+ This is only a hint. Driver may ignore it per append call, based on platform capabilities or internal heuristics.
4550 --- # --------------------------------------------------------------------------
4651type : struct
4752desc : " Command List descriptor"
Original file line number Diff line number Diff line change 3232 - name : COPY_OFFLOAD_HINT
3333 version : " 1.14"
3434 desc : |
35- Try to offload copy operations to different engines. Applicable only for compute queues.
36- This is only a hint. Driver may ignore it per append call, based on platform capabilities or internal heuristics.
35+ To be used only when creating immediate command lists and only for compute queues.
36+ Try to offload copy operations to different engines. This is only a hint.
37+ Driver may ignore it per append call, based on platform capabilities or internal heuristics.
3738 --- # --------------------------------------------------------------------------
3839type : enum
3940desc : " Supported command queue modes"
You can’t perform that action at this time.
0 commit comments