launchCopyUint8#

Fully qualified name: isaacsim::physics::newton::tensors::launchCopyUint8

bool isaacsim::physics::newton::tensors::launchCopyUint8(
const uint8_t *src,
uint8_t *dst,
int n,
void *stream = nullptr,
)#

Device-to-device byte copy of a flat uint8 buffer.

Parameters:
  • src – Device source pointer.

  • dst – Device destination pointer.

  • n – Element count.

  • stream – CUDA stream.

Returns:

true if the launch succeeded.