We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1383e5 commit 1b8d2a8Copy full SHA for 1b8d2a8
thrust/testing/mr_pool_options.cu
@@ -11,6 +11,7 @@ void TestPoolOptionsBasicValidity()
11
options.max_bytes_per_chunk = 1024 * 1024;
12
options.smallest_block_size = 8;
13
options.largest_block_size = 1024;
14
+ options.alignment = 4;
15
ASSERT_EQUAL(options.validate(), true);
16
17
// the minimum number of blocks per chunk is bigger than the max
@@ -42,6 +43,7 @@ void TestPoolOptionsComplexValidity()
42
43
44
45
46
47
48
49
options.min_bytes_per_chunk = 2 * 1024;
0 commit comments