Skip to content

Commit 1e75df4

Browse files
committed
More sizes
1 parent c70b385 commit 1e75df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multi-setup/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ namespace setups {
278278
return InstructionDetails<size, TAcc, TDev>(device);
279279
}
280280

281-
using ALLOCATION_SIZES = std::integer_sequence<uint32_t, 16U, 256U>;
281+
using ALLOCATION_SIZES = std::integer_sequence<uint32_t, 16U, 32U, 128U, 256U, 512U, 1024U>;
282282

283283
template <uint32_t... nums> auto composeSetups(std::integer_sequence<uint32_t, nums...>) {
284284
auto execution = makeExecutionDetails();

0 commit comments

Comments
 (0)