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

@@ -101,8 +101,7 @@ int main()
{Stride, 1},
{0, 1}, // broadcast in first dimension
{Stride, 1},
Add{},
256);
Add{});
if(!broadcastAdd.IsSupportedArgument(argument.get()))
{