TensorPlay
API symbolscuda
Copy
View MarkdownDownload .md

tensorplay.cuda.set_sync_debug_mode

tensorplay.cuda.set_sync_debug_mode(debug_mode: int | str) None[source]

Set the debug mode for cuda synchronizing operations.

Not enforced by this TensorPlay build; validated for signature parity.

Parameters:

debug_mode (str or int) – if “default” or 0, don’t error or warn on synchronizing operations, if “warn” or 1, warn on synchronizing operations, if “error” or 2, error out synchronizing operations.

Ask DeepWiki