Uses of Class
civitas.celestis.gpu.KernelReference
Packages that use KernelReference
-
Uses of KernelReference in civitas.celestis.gpu
Methods in civitas.celestis.gpu that return KernelReferenceModifier and TypeMethodDescriptionstatic KernelReferenceGPU.createKernel(KernelSource source) Creates a new kernel, then returns a reference to the created kernel.static KernelReferenceGPU.createKernel(String source, String name, int paramCount) Creates a new kernel, then returns a reference to the created kernel.KernelReference.execute(long workSize) Executes this kernel.KernelReference.readOutput(int i, double[] out) Reads the output of this kernel to an array ofdoubles.KernelReference.setInput(int i, double value) Sets theith parameter as an input.KernelReference.setInput(int i, double[] value) Sets theith parameter as an input.KernelReference.setOutput(int i, double[] out) Sets theith parameter as an output.