Skip to content

Commit b717e53

Browse files
committed
update dev attr test
1 parent 07e4eb5 commit b717e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuda_core/tests/test_device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ def test_compute_capability():
191191
("concurrent_managed_access", bool),
192192
("compute_preemption_supported", bool),
193193
("can_use_host_pointer_for_registered_mem", bool),
194+
("cooperative_launch", bool),
194195
("max_shared_memory_per_block_optin", int),
195196
("pageable_memory_access_uses_host_page_tables", bool),
196197
("direct_managed_mem_access_from_host", bool),

0 commit comments

Comments
 (0)