mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 09:16:52 +00:00
hip build
This commit is contained in:
@@ -10,7 +10,7 @@ struct Array
|
||||
unsigned mData[nSize];
|
||||
|
||||
template <class... Xs>
|
||||
__host__ __device__ Array(Xs... xs) : mData({static_cast<TData>(xs)...})
|
||||
__host__ __device__ Array(Xs... xs) : mData{static_cast<TData>(xs)...}
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user