Home
last modified time | relevance | path

Searched refs:left_in_todo_list (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_build.cc302 std::set<size_t> left_in_todo_list; in FetchKernels() local
305 auto FilterBySelfList = [&left_in_todo_list, &out, this](size_t id) { in FetchKernels()
309 (void)left_in_todo_list.emplace(id); in FetchKernels()
318 (void)std::copy(left_in_todo_list.begin(), left_in_todo_list.end(), ListBegin(kToDoIdx_)); in FetchKernels()
319 ResetListSize(kToDoIdx_, left_in_todo_list.size()); in FetchKernels()