mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
Add support for more Navi2x and Navi3x models. (#1152)
* add support for navi2x and navi3x models
* fix syntax
* use common macro for different mi300 architectures
[ROCm/composable_kernel commit: 180f16f9ac]
This commit is contained in:
@@ -55,10 +55,7 @@ class TestGroupedConvndBwdWeight : public ::testing::Test
|
||||
}
|
||||
}
|
||||
|
||||
const bool is_navi3x = ck::get_device_name() == "gfx1100" ||
|
||||
ck::get_device_name() == "gfx1101" ||
|
||||
ck::get_device_name() == "gfx1102";
|
||||
if(is_navi3x)
|
||||
if(ck::is_navi3_supported())
|
||||
{
|
||||
// on navi3x only support for 3d is implemented
|
||||
if constexpr(NDimSpatial{} != 3)
|
||||
|
||||
Reference in New Issue
Block a user