Move thread per block to the parameter of constructor

This commit is contained in:
rocking
2022-05-18 09:01:44 +08:00
parent 83f7531364
commit c4d610be4f
4 changed files with 21 additions and 16 deletions

View File

@@ -82,8 +82,7 @@ int main()
ck::to_int_vector(a_m.mDesc.GetStrides()),
ck::to_int_vector(b_m.mDesc.GetStrides()),
ck::to_int_vector(c_m.mDesc.GetStrides()),
Add{},
256);
Add{});
if(!broadcastAdd.IsSupportedArgument(argument.get()))
{