Class LocalMemoryAllocators
java.lang.Object
net.bmahe.genetics4j.gpu.spec.fitness.cldata.LocalMemoryAllocators
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalMemoryAllocator
ofMaxWorkGroupSize
(int type) static LocalMemoryAllocator
ofMaxWorkGroupSize
(int type, int multiple) static LocalMemoryAllocator
static LocalMemoryAllocator
ofMaxWorkGroupSizeFloat
(int multiple) static LocalMemoryAllocator
ofSize
(int type, long size) static LocalMemoryAllocator
ofSizeFloat
(long size) static LocalMemoryAllocator
ofSizeInt
(long size) static LocalMemoryAllocator
ofWorkGroupSize
(int type) static LocalMemoryAllocator
ofWorkGroupSize
(int type, int multiple)
-
Constructor Details
-
LocalMemoryAllocators
private LocalMemoryAllocators()
-
-
Method Details
-
ofSize
-
ofWorkGroupSize
-
ofWorkGroupSize
-
ofMaxWorkGroupSize
-
ofMaxWorkGroupSize
-
ofMaxWorkGroupSizeFloat
-
ofMaxWorkGroupSizeFloat
-
ofSizeFloat
-
ofSizeInt
-