Gets the shared memory per block.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public int SharedMemoryPerBlock { get; internal set; } |
Visual Basic |
---|
Public Property SharedMemoryPerBlock As Integer Get Friend Set |
Visual C++ |
---|
public: property int SharedMemoryPerBlock { int get (); internal: void set (int value); } |