[PATCH] D142642: [mlgo] Introduce an "InteractiveModelRunner"

Jacob Hegna via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 13:11:19 PST 2023


jacobhegna accepted this revision.
jacobhegna added a comment.

LGTM! Btw, this is an interesting way that we could initially investigate having big models that can't run on CPUs for MLGO passes, where the host is communicating with a GPU server or something. Obviously that doesn't work well interacting with blaze, but interesting nonetheless.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142642/new/

https://reviews.llvm.org/D142642



More information about the llvm-commits mailing list