mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 01:10:17 +00:00
fix clang format
This commit is contained in:
@@ -63,7 +63,7 @@ inline bool is_lds_direct_load_supported()
|
||||
// Check if direct loads from global memory to LDS are supported.
|
||||
return ck::get_device_name() == "gfx90a" || ck::get_device_name() == "gfx940" ||
|
||||
ck::get_device_name() == "gfx941" || ck::get_device_name() == "gfx942" ||
|
||||
ck::get_device_name() == "gfx950";
|
||||
ck::get_device_name() == "gfx950";
|
||||
}
|
||||
|
||||
inline bool is_navi1_supported()
|
||||
|
||||
@@ -294,7 +294,7 @@ struct DeviceElementwise3dImpl : public DeviceElementwise<InDataTypeTuple,
|
||||
bool IsSupportedArgument(const BaseArgument* p_arg) override
|
||||
{
|
||||
if((ck::get_device_name() == "gfx940" || ck::get_device_name() == "gfx941" ||
|
||||
ck::get_device_name() == "gfx942" || ck::get_device_name() == "gfx950" ))
|
||||
ck::get_device_name() == "gfx942" || ck::get_device_name() == "gfx950"))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -189,7 +189,7 @@ struct vector_type<T, 1>
|
||||
}
|
||||
};
|
||||
|
||||
int static err = 0;
|
||||
__device__ int static err = 0;
|
||||
template <typename T>
|
||||
struct vector_type<T, 2>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user