mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
refactor
This commit is contained in:
@@ -27,7 +27,7 @@ struct GeneratorTensor
|
||||
{
|
||||
#if 1
|
||||
return T(std::rand()) / T(RAND_MAX);
|
||||
#elif 0
|
||||
#elif
|
||||
|
||||
std::initializer_list<std::size_t> ls = {static_cast<std::size_t>(is)...};
|
||||
return std::accumulate(ls.begin(), ls.end(), std::size_t(0));
|
||||
|
||||
Reference in New Issue
Block a user