Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1022 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 1022 Bytes

phnsw: An optimized HNSW (Hierarchical Navigable Small World graphs) ASIP model for SST Simulator

Getting Started

  • This project is under development. It is compeletly unfunctional currently (now DMA is a little functional).

Prerequisites

Make sure your SST Core and SST Elements is installed successfully.

Building

This phnsw component is derived from sst-external-element (An example for u to create your own SST Componets) and it is portable to SST. That means you can build this componet individually rather than building the whole sst-elements.

The building scripts in Makefile will register this component automatically after building. All you need to do is to execute this in your command line:

make

Then you can run the simulation by typing:

sst tests/phnsw-test-001.py