cuda.core.graph.ExecutableMemcpyNode#

class cuda.core.graph.ExecutableMemcpyNode#

An executable memcpy-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,
src: Buffer | int,
size_t size,
) None#

Replace all one-dimensional memcpy parameters for future launches.

Attributes

is_enabled#

Whether this node is enabled in the executable graph.