Compute Program¶
-
class
pyogmaneo.ComputeProgram¶
Stores a compute program (collection of OpenCL kernels).
-
ComputeProgram.__init__(self, cs, name)¶ Initialize a compute program on a given compute system by reading frame a file.
Parameters: - cs – (ComputeSystem) compute system to use
- name – (string) file name to load from