diff --git a/include/firestarter/Environment/X86/Platform/SapphireRapidsConfig.hpp b/include/firestarter/Environment/X86/Platform/SapphireRapidsConfig.hpp index 6e6bf3ba..25e2b708 100644 --- a/include/firestarter/Environment/X86/Platform/SapphireRapidsConfig.hpp +++ b/include/firestarter/Environment/X86/Platform/SapphireRapidsConfig.hpp @@ -37,7 +37,7 @@ class SapphireRapidsConfig final : public X86PlatformConfig { std::vector> getDefaultPayloadSettings() const override { -/* return std::vector>({{"RAM_S", 3}, + return std::vector>({{"RAM_S", 3}, {"RAM_P", 1}, {"L3_S", 1}, {"L3_P", 1}, @@ -46,16 +46,6 @@ class SapphireRapidsConfig final : public X86PlatformConfig { {"L1_S", 0}, {"L1_L", 40}, {"REG", 140}, - {"AMX", 4}});*/ - return std::vector>({{"RAM_S", 0}, - {"RAM_P", 0}, - {"L3_S", 0}, - {"L3_P", 0}, - {"L2_S", 0}, - {"L2_L", 0}, - {"L1_S", 0}, - {"L1_L", 0}, - {"REG", 140}, {"AMX", 1}}); } };