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

Function context

include/boost/compute/lambda/context.hpp:67–71  ·  view source on GitHub ↗

create a lambda context for kernel with args

Source from the content-addressed store, hash-verified

65
66 // create a lambda context for kernel with args
67 context(boost::compute::detail::meta_kernel &kernel, const Args &args_)
68 : stream(kernel),
69 args(args_)
70 {
71 }
72
73 // handle terminals
74 template<class T>

Callers 3

get_contextMethod · 0.50
opencv_ocl_get_contextFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected