You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify that zeContextMakeMemoryResident is a cross-platform API (#71)
* Remove incorrect stipulation that zeContextMakeMemoryResident is Windows-only
- zeContextMakeMemoryResident is a cross-platform API.
Resolves#70
Signed-off-by: Will Damon \<[email protected]\>
Copy file name to clipboardExpand all lines: scripts/core/PROG.rst
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1805,7 +1805,12 @@ such as multiple levels of indirection, there are two methods available:
1805
1805
1806
1806
+ If the driver is unable to make all allocations resident, then the call to ${x}CommandQueueExecuteCommandLists will return ${X}_RESULT_ERROR_OUT_OF_DEVICE_MEMORY
1807
1807
1808
-
2. Explcit ${x}ContextMakeMemoryResident APIs are included for the application to dynamically change residency as needed. (Windows-only)
1808
+
%if ver >= 1.6:
1809
+
2. Explicit ${x}ContextMakeMemoryResident APIs are included for the application to dynamically change residency as needed.
1810
+
%endif
1811
+
%if ver < 1.6:
1812
+
2. Explicit ${x}ContextMakeMemoryResident APIs are included for the application to dynamically change residency as needed. (Windows-only)
1813
+
%endif
1809
1814
1810
1815
+ If the application over-commits device memory, then a call to ${x}ContextMakeMemoryResident will return ${X}_RESULT_ERROR_OUT_OF_DEVICE_MEMORY
0 commit comments