Show / Hide Table of Contents

Enum cudaMemAttach

cuda memory attach

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

Fields

Name Description
cudaMemAttachGlobal = 1

Memory can be accessed by any stream on any device

cudaMemAttachHost = 2

Memory cannot be accessed by any stream on any device

cudaMemAttachSingle = 4

Memory can only be accessed by a single stream on the associated device

Back to top Generated by DocFX