cuda.core.graph.ExecutableMemsetNode#

class cuda.core.graph.ExecutableMemsetNode#

An executable memset-node view.

Methods

__init__(*args, **kwargs)#
disable(self) None#

Disable this node in the executable graph.

enable(self) None#

Enable this node in the executable graph.

update(
self,
*,
dst: Buffer | int,
value,
size_t width,
size_t height=1,
size_t pitch=0,
) None#

Replace all memset parameters for future launches.

Attributes

is_enabled#

Whether this node is enabled in the executable graph.