SoCudaDeviceGetMaxSharedMemoryPerBlock Method |
Returns the maximum size of the shared memory per block in bytes.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic ulong GetMaxSharedMemoryPerBlock()
Public Function GetMaxSharedMemoryPerBlock As ULong
public:
unsigned long long GetMaxSharedMemoryPerBlock()
member GetMaxSharedMemoryPerBlock : unit -> uint64
Return Value
Type:
UInt64
Remarks
See Also