mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-13 01:36:06 +00:00
tidy up
This commit is contained in:
@@ -62,10 +62,9 @@ __host__ __device__ constexpr T min(T x, Ts... xs)
|
||||
|
||||
return x < y ? x : y;
|
||||
}
|
||||
}// namespace mod_conv
|
||||
} // namespace mod_conv
|
||||
|
||||
#if DEVICE_BACKEND_HIP
|
||||
// cast a pointer of LDS to its address
|
||||
extern "C" __attribute__((address_space(3))) void* __to_local(void* p)[[hc]];
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user