Searched refs:CpuContiguousKernelTask (Results 1 – 3 of 3) sorted by relevance
28 class CpuContiguousKernelTask : public runtime::KernelTask {30 explicit CpuContiguousKernelTask(std::shared_ptr<runtime::KernelTaskContext> context) in CpuContiguousKernelTask() function32 ~CpuContiguousKernelTask() = default;
36 bool CpuContiguousKernelTask::RunWithRet() { in RunWithRet()
88 return std::make_shared<CpuContiguousKernelTask>(task_context); in GetTaskByTaskType()