[all-commits] [llvm/llvm-project] 6d11ba: [mlgo] Stream the training data
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Fri Jan 20 07:01:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d11baf02b33c3ec89178f94627ecec5025dac7e
https://github.com/llvm/llvm-project/commit/6d11baf02b33c3ec89178f94627ecec5025dac7e
Author: Mircea Trofin <mtrofin at google.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M llvm/include/llvm/Analysis/Utils/TrainingLogger.h
M llvm/lib/Analysis/DevelopmentModeInlineAdvisor.cpp
M llvm/lib/Analysis/TrainingLogger.cpp
M llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp
M llvm/lib/CodeGen/MLRegallocPriorityAdvisor.cpp
M llvm/test/CodeGen/MLRegalloc/dev-mode-logging.ll
Log Message:
-----------
[mlgo] Stream the training data
This leverages the new logging format in that we don't need to buffer
the training data, we can just write it out.
Differential Revision: https://reviews.llvm.org/D142168
More information about the All-commits
mailing list