After tuning with many many trials with MetaSchedule, the size of the records file is beyond 1GB+. Then the database loading
database = ms.tir_integration.tune_tir(
mod=ir_module,
target=target,
work_dir=work_dir,
max_trials_global=16,
num_trials_per_iter=16,
space=ms.space_generator.PostOrderApply(
sch_rules="cuda-tensorcore", postprocs="cuda-tensorcore", mutator_probs="cuda-tensorcore")
)
hangs there. Is there any method to improve the loading speed?