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
cuda.core: rename EventOptions to bare-adjective form (#1945)
Address review feedback on #1986: align EventOptions field names with
the convention used elsewhere in the API (option name = bare adjective,
property name = is_/uses_ prefix).
- EventOptions.enable_timing -> EventOptions.timing_enabled
(matches Event.is_timing_enabled)
- EventOptions.use_blocking_sync -> EventOptions.blocking_sync
(matches Event.uses_blocking_sync)
Same pattern as ipc_enabled / Event.is_ipc_enabled and
StreamOptions.nonblocking / Stream.is_nonblocking.
Made-with: Cursor
0 commit comments