evolvepy.integrations.nvtx package

Submodules

evolvepy.integrations.nvtx.annotate_se module

class evolvepy.integrations.nvtx.annotate_se.annotate_se(message=None, color=None, domain=None, category=None)[source]

Bases: object

Like annotate, but using start/end range instead of push/pop range

__init__(message=None, color=None, domain=None, category=None)[source]

evolvepy.integrations.nvtx.colors module

evolvepy.integrations.nvtx.mock module

class evolvepy.integrations.nvtx.mock.annotate(*args, **kwargs)[source]

Bases: nullcontext

__init__(*args, **kwargs)[source]
evolvepy.integrations.nvtx.mock.annotate_se

alias of annotate

evolvepy.integrations.nvtx.mock.end_range(*args, **kwargs)[source]
evolvepy.integrations.nvtx.mock.mark(*args, **kwargs)[source]
evolvepy.integrations.nvtx.mock.pop_range(*args, **kwargs)[source]
evolvepy.integrations.nvtx.mock.push_range(*args, **kwargs)[source]
evolvepy.integrations.nvtx.mock.start_range(*args, **kwargs)[source]

Module contents