You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECK: DPCT1007:{{.*}}: Migration of cub::ShuffleDown is not supported.
13
+
// CHECK: /*
14
+
// CHECK: DPCT1119:{{.*}}: Migration of cub::ShuffleDown is not supported, please try to remigrate with option: --use-experimental-features=non-uniform-groups.
15
+
// CHECK: */
14
16
data[tid] = cub::ShuffleDown<8>(val, 3, 6, mask);
15
17
}
16
18
17
19
__global__voidShuffleUpKernel(int *data) {
18
20
int tid = cub::LaneId();
19
21
unsigned mask = 0x8;
20
22
int val = tid;
21
-
// CHECK: DPCT1007:{{.*}}: Migration of cub::ShuffleUp is not supported.
23
+
// CHECK: /*
24
+
// CHECK: DPCT1119:{{.*}}: Migration of cub::ShuffleUp is not supported, please try to remigrate with option: --use-experimental-features=non-uniform-groups.
0 commit comments