Show / Hide Table of Contents

Enum cudaMemcpyKind

Defines the way in which copy is done

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaMemcpyKind")]
public enum cudaMemcpyKind

Fields

Name Description
cudaMemcpyDeviceToDevice = 3

Device -> Device

cudaMemcpyDeviceToHost = 2

Device -> Host

cudaMemcpyHostToDevice = 1

Host -> Device

cudaMemcpyHostToHost = 0

Host -> Host

Back to top Generated by DocFX