mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-02 14:04:15 +00:00
parent
5fb19a718b
commit
56ed6bd7bf
3 changed files with 1371 additions and 3 deletions
|
@ -421,9 +421,11 @@ const struct match_entry_t cpudb_amd[] = {
|
||||||
{ 15, -1, -1, 26, 68, -1, -1, -1, { "Ryzen 7 9###", 6 }, "Ryzen 7 (Granite Ridge)", "TSMC N4" },
|
{ 15, -1, -1, 26, 68, -1, -1, -1, { "Ryzen 7 9###", 6 }, "Ryzen 7 (Granite Ridge)", "TSMC N4" },
|
||||||
{ 15, -1, -1, 26, 68, -1, -1, -1, { "Ryzen 5 9###", 6 }, "Ryzen 5 (Granite Ridge)", "TSMC N4" },
|
{ 15, -1, -1, 26, 68, -1, -1, -1, { "Ryzen 5 9###", 6 }, "Ryzen 5 (Granite Ridge)", "TSMC N4" },
|
||||||
{ 15, -1, -1, 26, 68, -1, -1, -1, { "Ryzen 3 9###", 6 }, "Ryzen 3 (Granite Ridge)", "TSMC N4" },
|
{ 15, -1, -1, 26, 68, -1, -1, -1, { "Ryzen 3 9###", 6 }, "Ryzen 3 (Granite Ridge)", "TSMC N4" },
|
||||||
/* => Strix Point (Zen 5/RDNA3.5/XDNA2 based) */
|
/* => Strix Point and Krackan Point (Zen 5/RDNA3.5/XDNA2 based) */
|
||||||
{ 15, -1, -1, 26, 36, -1, -1, -1, { "Ryzen AI 9", 6 }, "Ryzen AI 9 (Strix Point)", "TSMC N4P" },
|
{ 15, -1, -1, 26, 36, -1, -1, -1, { "Ryzen AI 9", 6 }, "Ryzen AI 9 (Strix Point)", "TSMC N4P" },
|
||||||
{ 15, -1, -1, 26, 36, -1, -1, -1, { "Ryzen AI 7", 6 }, "Ryzen AI 7 (Strix Point)", "TSMC N4P" },
|
{ 15, -1, -1, 26, 36, -1, -1, -1, { "Ryzen AI 7", 6 }, "Ryzen AI 7 (Strix Point)", "TSMC N4P" }, /* Ryzen AI 7 PRO 360 */
|
||||||
|
{ 15, -1, -1, 26, 96, -1, -1, -1, { "Ryzen AI 7", 6 }, "Ryzen AI 7 (Krackan Point)", "TSMC N4P" }, /* Ryzen AI 7 (PRO) 350 */
|
||||||
|
{ 15, -1, -1, 26, 96, -1, -1, -1, { "Ryzen AI 5", 6 }, "Ryzen AI 5 (Krackan Point)", "TSMC N4P" }, /* Ryzen AI 5 (PRO) 340 */
|
||||||
// F M S EF EM #cores L2$ L3$ Pattern Codename Technology
|
// F M S EF EM #cores L2$ L3$ Pattern Codename Technology
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
1366
tests/amd/zen5/amd-ryzen-ai-7-pro-350-with-radeon-860m.test
Normal file
1366
tests/amd/zen5/amd-ryzen-ai-7-pro-350-with-radeon-860m.test
Normal file
File diff suppressed because it is too large
Load diff
|
@ -94,7 +94,7 @@ echo -e "\033[34mCreating '$REPORT_FILE' report file...\033[0m"
|
||||||
|
|
||||||
# Generate test file name
|
# Generate test file name
|
||||||
if [[ -n "$output_dir" ]]; then
|
if [[ -n "$output_dir" ]]; then
|
||||||
test_file="$("$cpuid_tool" --load="$raw_file" --brandstr | head -n1 | sed -e 's/([^)]*)//g' -e 's/,//g' | cut -d'@' -f1 | xargs | sed -r 's/\s+/-/g' | tr '[:upper:]' '[:lower:]')"
|
test_file="$("$cpuid_tool" --load="$raw_file" --brandstr | head -n1 | sed -e 's|([^)]*)||g' -e 's|,||g' -e 's|w/|with|g' | cut -d'@' -f1 | xargs | sed -r 's|\s+|-|g' | tr '[:upper:]' '[:lower:]')"
|
||||||
if [[ -n "$test_file" ]]; then
|
if [[ -n "$test_file" ]]; then
|
||||||
read -r -p "'$test_file' will be the test file name, you can enter a different one if needed (without extension): " test_file_prompt
|
read -r -p "'$test_file' will be the test file name, you can enter a different one if needed (without extension): " test_file_prompt
|
||||||
test_file="${test_file_prompt:-$test_file}"
|
test_file="${test_file_prompt:-$test_file}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue