mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 04:31:25 +00:00
Fix build issues for multiple targets. (#2077)
* build for multiple targets on gfx942 * add missing ignore statements
This commit is contained in:
@@ -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__)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user