Skip to content

Commit f150d51

Browse files
authored
Comment out peer access tests for is_device_accessible for now (#9547)
1 parent 49cdfe7 commit f150d51

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

libcudacxx/test/libcudacxx/cuda/memory/is_pointer_accessible.pass.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,11 @@ bool test_multiple_devices_from_pool()
230230
void test()
231231
{
232232
assert(test_basic());
233-
assert(test_multiple_devices());
234233
assert(test_memory_pool());
235-
assert(test_multiple_devices_from_pool());
234+
235+
// 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());
236238
}
237239

238240
int main(int, char**)

0 commit comments

Comments
 (0)