Files
apache--tvm/python
Junru Shao 8ee4b604bc [MetaSchedule] Migrate MemoryDatabase to C++ (#12514)
This PR migrates the existing MemoryDatabase, which is implemented in
python at the moment, to C++. The original intent of having an in-memory
database that does not persist on disk is merely for testing, but as
times go on, we found it useful in production workflow, and thus decided
to migrate it C++ for potentially better performance.
2022-08-20 18:11:58 -04:00
..