Fix build issues for multiple targets. (#2077)

* build for multiple targets on gfx942

* add missing ignore statements
This commit is contained in:
Illia Silin
2025-04-11 12:12:53 -07:00
committed by GitHub
parent 74fda2e796
commit 0d4f145078
2 changed files with 14 additions and 24 deletions

View File

@@ -81,6 +81,11 @@ __global__ void
k_idx);
#else
ignore = karg;
ignore = a_grid_desc_ak0_m_ak1;
ignore = b_grid_desc_bk0_n_bk1;
ignore = c_grid_desc_mblock_mperblock_nblock_nperblock;
ignore = compute_ptr_offset_of_batch;
ignore = num_k_per_block;
#endif // end of if (defined(__gfx9__)
}
@@ -140,6 +145,11 @@ __global__ void
k_idx);
#else
ignore = karg;
ignore = a_grid_desc_ak0_m_ak1;
ignore = b_grid_desc_bk0_n_bk1;
ignore = c_grid_desc_mblock_mperblock_nblock_nperblock;
ignore = compute_ptr_offset_of_batch;
ignore = num_k_per_block;
#endif // end of if (defined(__gfx9__)
}