Change notifier max thread block value to account for MI300 CPX

This commit is contained in:
Brandon Potter
2024-09-27 11:17:53 -05:00
förälder 56b2ed699b
incheckning db221b022a
+4 -4
Visa fil
@@ -116,10 +116,10 @@ TEST_F(NotifierAgentTestFixture, run_all_threads_once_1024_32) {
run_all_threads_once(1024, 32);
}
TEST_F(NotifierAgentTestFixture, run_all_threads_once_1_64) {
run_all_threads_once(1, 64);
TEST_F(NotifierAgentTestFixture, run_all_threads_once_1_38) {
run_all_threads_once(1, 38); // MI300 CPX
}
TEST_F(NotifierAgentTestFixture, run_all_threads_once_1024_64) {
run_all_threads_once(1024, 64);
TEST_F(NotifierAgentTestFixture, run_all_threads_once_1024_38) {
run_all_threads_once(1024, 38); // MI300 CPX
}