Skip to content

Commit 0fab579

Browse files
authored
[MI300][Tuning] Tunings for SWDEV tickets (#2654)
* add initial tunings for mi300 * add test to db_sync
1 parent ef34bea commit 0fab579

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

src/kernels/gfx942.kdb.bz2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b6e43d9b73088377c9da8d070609c8b995ac41b4bc45b79990a8fefe258258b2
3+
size 1104142
167 KB
Binary file not shown.

src/kernels/gfx942130.db.bz2

318 KB
Binary file not shown.

test/gtest/db_sync.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,4 +839,5 @@ INSTANTIATE_TEST_SUITE_P(DBSyncSuite,
839839
testing::Values(std::make_pair("gfx90a", 104),
840840
std::make_pair("gfx1030", 36),
841841
std::make_pair("gfx90a", 110),
842-
std::make_pair("gfx908", 120)));
842+
std::make_pair("gfx908", 120),
843+
std::make_pair("gfx942", 304)));

0 commit comments

Comments
 (0)