Uses of Class
civitas.celestis.gpu.KernelSource
Packages that use KernelSource
-
Uses of KernelSource in civitas.celestis.gpu
Fields in civitas.celestis.gpu declared as KernelSourceModifier and TypeFieldDescriptionstatic final KernelSourceKernels.ADD_DOUBLESA program which takes twodoubles and outputs the sumstatic final KernelSourceKernels.DEBUG_1Kernel used for debugging.static final KernelSourceKernels.DIVIDE_DOUBLESA program which takes twodoubles and outputs the quotientstatic final KernelSourceKernels.MULTIPLY_DOUBLESA program which takes twodoubles and outputs the productstatic final KernelSourceKernels.NORMALIZE_VECTOR_2A program which takes onedouble[]and outputs the normalized array.static final KernelSourceKernels.NORMALIZE_VECTOR_3A program which takes onedouble[]and outputs the normalized array.static final KernelSourceKernels.NORMALIZE_VECTOR_4A program which takes onedouble[]and outputs the normalized array.static final KernelSourceKernels.SQRT_DOUBLEA program which takes onedoubleand outputs the square rootstatic final KernelSourceKernels.SUBTRACT_DOUBLESA program which takes twodoubles and outputs the differenceMethods in civitas.celestis.gpu with parameters of type KernelSourceModifier and TypeMethodDescriptionstatic KernelReferenceGPU.createKernel(KernelSource source) Creates a new kernel, then returns a reference to the created kernel.Constructors in civitas.celestis.gpu with parameters of type KernelSourceModifierConstructorDescriptionprotectedCreates a new kernel source.