We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e4eb5 commit b717e53Copy full SHA for b717e53
cuda_core/tests/test_device.py
@@ -191,6 +191,7 @@ def test_compute_capability():
191
("concurrent_managed_access", bool),
192
("compute_preemption_supported", bool),
193
("can_use_host_pointer_for_registered_mem", bool),
194
+ ("cooperative_launch", bool),
195
("max_shared_memory_per_block_optin", int),
196
("pageable_memory_access_uses_host_page_tables", bool),
197
("direct_managed_mem_access_from_host", bool),
0 commit comments