MCPcopy Create free account
hub / github.com/boostorg/compute / get_program

Method get_program

include/boost/compute/kernel.hpp:147–150  ·  view source on GitHub ↗

Returns the program for the kernel.

Source from the content-addressed store, hash-verified

145
146 /// Returns the program for the kernel.
147 program get_program() const
148 {
149 return program(get_info<cl_program>(CL_KERNEL_PROGRAM));
150 }
151
152 /// Returns the context for the kernel.
153 context get_context() const

Callers

nothing calls this directly

Calls 1

programClass · 0.85

Tested by

no test coverage detected