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
Copy file name to clipboardExpand all lines: scripts/core/INTRO.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ The following design philosophies are adopted in order to maximize Host thread c
176
176
177
177
+ the application must track ownership and explicitly free handles and memory
178
178
+ the application must ensure that all driver objects and memory are no longer in-use by the device before freeing; otherwise the Host or device may fault
179
-
+ no implicit garabage collection is supported by the driver
179
+
+ no implicit garbage collection is supported by the driver
180
180
181
181
In general, the API is designed to be free-threaded rather than thread-safe.
182
182
This provides multithreaded applications with complete control over both threading and locks.
0 commit comments