We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cdfe7 commit f150d51Copy full SHA for f150d51
1 file changed
libcudacxx/test/libcudacxx/cuda/memory/is_pointer_accessible.pass.cpp
@@ -230,9 +230,11 @@ bool test_multiple_devices_from_pool()
230
void test()
231
{
232
assert(test_basic());
233
- assert(test_multiple_devices());
234
assert(test_memory_pool());
235
- assert(test_multiple_devices_from_pool());
+
+ // TODO: Re-enable peer-access tests once cuda::is_device_accessible has fixed peer semantics.
236
+ // assert(test_multiple_devices());
237
+ // assert(test_multiple_devices_from_pool());
238
}
239
240
int main(int, char**)
0 commit comments