Skip to content

Commit

Permalink
[ADD] use AVX512 config with AMX
Browse files Browse the repository at this point in the history
  • Loading branch information
cyssi-cb committed Sep 23, 2024
1 parent 38fe61d commit 0427834
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SapphireRapidsConfig final : public X86PlatformConfig {

std::vector<std::pair<std::string, unsigned>>
getDefaultPayloadSettings() const override {
/* return std::vector<std::pair<std::string, unsigned>>({{"RAM_S", 3},
return std::vector<std::pair<std::string, unsigned>>({{"RAM_S", 3},
{"RAM_P", 1},
{"L3_S", 1},
{"L3_P", 1},
Expand All @@ -46,16 +46,6 @@ class SapphireRapidsConfig final : public X86PlatformConfig {
{"L1_S", 0},
{"L1_L", 40},
{"REG", 140},
{"AMX", 4}});*/
return std::vector<std::pair<std::string, unsigned>>({{"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}});
}
};
Expand Down

0 comments on commit 0427834

Please sign in to comment.