No description
Find a file
2023-12-25 08:52:55 +09:00
config Add training latency 2023-12-25 06:39:37 +09:00
cpu Add ML core and update core calculations 2023-12-24 13:56:41 +09:00
fil Initial commit 2023-12-24 13:55:37 +09:00
ftl Add Torch library and link it to simplessd 2023-12-25 08:52:55 +09:00
hil Initial commit 2023-12-24 13:55:37 +09:00
icl Initial commit 2023-12-24 13:55:37 +09:00
mem Initial commit 2023-12-24 13:55:37 +09:00
sim Add training latency 2023-12-25 06:39:37 +09:00
test Initial commit 2023-12-24 13:55:37 +09:00
util Add ML model latency configuration, Implement ML latency 2023-12-24 14:29:25 +09:00
.clang-format Initial commit 2023-12-24 13:55:37 +09:00
.gitignore Initial commit 2023-12-24 13:55:37 +09:00
.gitmodules Add ftl/ml-prediction submodule 2023-12-24 20:47:48 +09:00
CMakeLists.txt Add Torch library and link it to simplessd 2023-12-25 08:52:55 +09:00
LICENSE Initial commit 2023-12-24 13:55:37 +09:00
README.md Initial commit 2023-12-24 13:55:37 +09:00

SimpleSSD version 2.1

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations

This project is managed by CAMELab. For more information, please visit SimpleSSD homepage.

Licenses

SimpleSSD is released under the GPLv3 license. See LICENSE file for details.

SimpleSSD uses following open-source libraries:

pugixml located at lib/pugixml

XML parser library released under the MIT license.

This software is based on pugixml library (http://pugixml.org).
pugixml is Copyright (C) 2006-2018 Arseny Kapoulkine.

McPAT located at lib/mcpat

Multicore Power Area and Timing calculator. We modified source code to separate initialize phase and calculation phase.

Catch2 located at lib/catch2

Modern C++ test framework released under the Boost Software License