Skip to content

Commit 7326060

Browse files
committed
Tests: Disable thrust::async::copy device-side counting iterator to host
vector unit test for ICC, as it fails. See #1468.
1 parent 6d29e55 commit 7326060

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

testing/async_copy.cu

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ struct test_async_copy_counting_iterator_input_to_host_vector
267267
f0.wait();
268268

269269
ASSERT_EQUAL(d0, d1);
270+
271+
#if defined(__ICC)
272+
// ICC fails this for some unknown reason - see #1468.
273+
KNOWN_FAILURE;
274+
#endif
270275
}
271276
};
272277
};

0 commit comments

Comments
 (0)