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 uint atomicAdd( this GThread thread, ref uint address, uint val ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function atomicAdd ( _ thread As GThread, _ ByRef address As UInteger, _ val As UInteger _ ) As UInteger |
Visual C++ |
---|
[ExtensionAttribute] public: static unsigned int atomicAdd( GThread^ thread, unsigned int% address, unsigned int val ) |
Parameters
- thread
- Type: Cudafy..::..GThread
- address
- Type: System..::..UInt32%
- val
- Type: System..::..UInt32