Searched refs:exec_context (Results 1 – 4 of 4) sorted by relevance
41 struct exec_context { struct in clover::kernel42 exec_context(kernel &kern);43 ~exec_context();45 exec_context(const exec_context &) = delete;46 exec_context &47 operator=(const exec_context &) = delete;90 virtual void bind(exec_context &ctx,94 virtual void unbind(exec_context &ctx) = 0;148 virtual void bind(exec_context &ctx,150 virtual void unbind(exec_context &ctx);[all …]
148 kernel::exec_context::exec_context(kernel &kern) : in exec_context() function in kernel::exec_context152 kernel::exec_context::~exec_context() { in ~exec_context()158 kernel::exec_context::bind(intrusive_ptr<command_queue> _q, in bind()240 kernel::exec_context::unbind() { in unbind()388 kernel::scalar_argument::bind(exec_context &ctx, in bind()399 kernel::scalar_argument::unbind(exec_context &ctx) { in unbind()412 kernel::global_argument::bind(exec_context &ctx, in bind()435 kernel::global_argument::unbind(exec_context &ctx) { in unbind()456 kernel::local_argument::bind(exec_context &ctx, in bind()469 kernel::local_argument::unbind(exec_context &ctx) { in unbind()[all …]
637 TrtUniquePtrType<nvinfer1::IExecutionContext> exec_context( in GetEngine() local641 std::move(exec_context))); in GetEngine()
1086 (*TT_Interpreter)( void* exec_context );