Namespace: Cudafy.Atomics
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
or .
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public static int atomicMax( this GThread thread, ref int address, int val ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function atomicMax ( _ thread As GThread, _ ByRef address As Integer, _ val As Integer _ ) As Integer |
Visual C++ |
---|
[ExtensionAttribute] public: static int atomicMax( GThread^ thread, int% address, int val ) |