Skip to content
Juneseo Chang edited this page Apr 23, 2024 · 3 revisions

IDT: Intelligent Data Placement for Multi-tiered Main Memory with Reinforcement Learning

IDT consists of IDT-Userspace, linux kernel, and experiment scripts.

  • IDT-Userspace/: RL model for autotuning demotion policy
  • linux/: Linux kernel source code
  • experiment/: Experiment scripts and benchmarks

Building kernel image

Explains how to build the Linux kernel image from linux/ source code

IDT-Userspace Code Explained

Explains each module in IDT-Userspace/