Skip to content

Commit

Permalink
[MI300][Tuning] Tunings for SWDEV tickets (#2654)
Browse files Browse the repository at this point in the history
* add initial tunings for mi300

* add test to db_sync
  • Loading branch information
cderb authored Jan 5, 2024
1 parent ef34bea commit 0fab579
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/kernels/gfx942.kdb.bz2
Git LFS file not shown
Binary file added src/kernels/gfx942130.HIP.fdb.txt.bz2
Binary file not shown.
Binary file added src/kernels/gfx942130.db.bz2
Binary file not shown.
3 changes: 2 additions & 1 deletion test/gtest/db_sync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -839,4 +839,5 @@ INSTANTIATE_TEST_SUITE_P(DBSyncSuite,
testing::Values(std::make_pair("gfx90a", 104),
std::make_pair("gfx1030", 36),
std::make_pair("gfx90a", 110),
std::make_pair("gfx908", 120)));
std::make_pair("gfx908", 120),
std::make_pair("gfx942", 304)));

0 comments on commit 0fab579

Please sign in to comment.