mc68451 / ThymesisFlow

Memory Disaggregation on POWER9 with OpenCAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Home of ThymesisFlow

ThymesisFlow is a HW-SW co-designed prototype enabling hardware disaggregation of compute resources on POWER9 processor systems. The current design supports disaggregation of memory by "stealing" it from a neighbour node, and is based on OpenCAPI.

ThymesisFlow Architecture

The ThymesisFlow approach consists of a compute node (left side of the figure) that is stealing the memory, and a memory node (righ side of the figure) from which the memory is stolen. The compute endpoint of the ThymesisFlow design is based on the OpenCAPI M1 mode (or LPC), while the memory endpoint uses the OpenCAPI C1 mode. On the compute endpoint the disaggregated memory is mapped at a specific range of addresses in the physical address space and can be dynamically hotplugged to a running Linux system. No software modification is needed to access disaggregated memory, neither in the Linux kernel nor from the user applications.

This repository contains the complete design (Verilog/HLS) of memory and compute side, including the OpenCAPI 3.0 reference design.

Please refer to the ThymesisFlow documentation for a complete description of the design and its bringup.

Supported Cards

The ThymesisFlow design currently supports the following cards:

How-to bring-up the design

The ThymesisFlow build and bring-up procedure is described in detail in the design reference manual. Please, refer also to the OpenCAPI3.0 Wiki for further details on the Vivado projects creation.

Create Compute side Vivado project

vivado -source create_project.tcl -tclargs --speed 20.0 --afu thymesisflow --buffer bypass --tftype compute

Create Memory side Vivado project

vivado -source create_project.tcl -tclargs --speed 20.0 --afu thymesisflow --buffer bypass --tftype memory

Follow us:

Conferences:

Press releases

What's Next

Our immediate next steps are related to the release of the software support for ThymesisFlow:

  • Memory stealing process: this is the user application that allocates a buffer in the memory node for access from a remote node.
  • ThymesisStats: Software Library for accessing performance countersi embedded in the design.
  • ThymesisFlow orchestration software: we gave a stub at our vision of a disaggregated system, and came up with a proposal control plane for dynamic orchestration of disaggregated memory segments.
  • Stay tuned!

About

Memory Disaggregation on POWER9 with OpenCAPI

License:Apache License 2.0


Languages

Language:Verilog 43.1%Language:Coq 28.3%Language:V 22.2%Language:C 2.4%Language:C++ 2.0%Language:Tcl 1.8%Language:Makefile 0.0%Language:Shell 0.0%Language:Python 0.0%