Skip to content

Commit 285d035

Browse files
authored
Update device_attribute from cuda 6 to 11.3
1 parent 118d9a5 commit 285d035

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

doc/source/driver.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,42 @@ Constants
331331
CUDA 6.0 and above.
332332
333333
.. versionadded:: 2014.1
334+
335+
.. attribute :: HOST_NATIVE_ATOMIC_SUPPORTED
336+
SINGLE_TO_DOUBLE_PRECISION_PERF_RATIO
337+
PAGEABLE_MEMORY_ACCESS
338+
CONCURRENT_MANAGED_ACCESS
339+
COMPUTE_PREEMPTION_SUPPORTED
340+
CAN_USE_HOST_POINTER_FOR_REGISTERED_MEM
341+
342+
CUDA 8.0 and above.
343+
344+
.. attribute :: MAX_SHARED_MEMORY_PER_BLOCK_OPTIN
345+
346+
CUDA 9.0 and above.
347+
348+
.. attribute :: PAGEABLE_MEMORY_ACCESS_USES_HOST_PAGE_TABLES
349+
DIRECT_MANAGED_MEM_ACCESS_FROM_HOST
350+
351+
CUDA 9.2 and above.
352+
353+
.. attribute :: HANDLE_TYPE_POSIX_FILE_DESCRIPTOR_SUPPORTED
354+
HANDLE_TYPE_WIN32_HANDLE_SUPPORTED
355+
HANDLE_TYPE_WIN32_KMT_HANDLE_SUPPORTED
356+
357+
CUDA 10.2 and above.
358+
359+
.. attribute :: MAX_PERSISTING_L2_CACHE_SIZE
360+
MAX_BLOCKS_PER_MULTIPROCESSOR
361+
GENERIC_COMPRESSION_SUPPORTED
362+
RESERVED_SHARED_MEMORY_PER_BLOCK
363+
364+
CUDA 11.0 and above.
365+
366+
.. attribute :: READ_ONLY_HOST_REGISTER_SUPPORTED
367+
MEMORY_POOLS_SUPPORTED
368+
369+
CUDA 11.2 and above.
334370
335371
.. class:: pointer_attribute
336372

0 commit comments

Comments
 (0)