Show / Hide Table of Contents

Class CUDAIntrinsics

CUDA intrinsics

Inheritance
System.Object
CUDAIntrinsics
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[Guid("511A9122-F19A-479B-839C-604F8309F168")]
public static class CUDAIntrinsics

Methods

__syncthreads()

synchronize all threads of a block

Declaration
[IntrinsicFunction("__syncthreads")]
[HybridCompletionDescription("[CUDA] - synchronize all threads of a block")]
public static void __syncthreads()
Back to top Generated by DocFX