NVIDIA / NVIDIA/cuda-python

[MNT] cuda.core: device-attribute catch-up for CUDA 13.1/13.3

Aperta
#2,367 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@juenglin ci sta già lavorando.

Dal 24/7/2026.

cuda.core enhancement
Lingua principale
Cython
Stelle
3.4k
Fork
329
Merge medio
1g 23h
PR unite (30g)
116

Descrizione

Summary

DeviceProperties is current through the CUDA 12.9/13.0 attribute additions, but the 13.1 and
13.3 attributes are missing:

Attribute Version Note
CU_DEVICE_ATTRIBUTE_ATOMIC_REDUCTION_SUPPORTED 13.1 companion of #2361
CU_DEVICE_ATTRIBUTE_DMA_BUF_MMAP_SUPPORTED 13.3
CU_DEVICE_ATTRIBUTE_D3D12_CIG_STREAMS_SUPPORTED 13.3
CU_DEVICE_ATTRIBUTE_LOGICAL_ENDPOINT_UNICAST_SUPPORTED 13.3 companion of #2358
CU_DEVICE_ATTRIBUTE_LOGICAL_ENDPOINT_MULTICAST_SUPPORTED 13.3 companion of #2358
CU_DEVICE_ATTRIBUTE_LOGICAL_ENDPOINT_COUNTED_OPS_SUPPORTED 13.3 companion of #2358
CU_DEVICE_ATTRIBUTE_LOGICAL_ENDPOINT_UNICAST_ACCESS_ON_OWNER_DEVICE_SUPPORTED 13.3 companion of #2358

Proposed approach

Mechanical: add properties to DeviceProperties
(_device.pyx)
following the existing naming conventions, with the usual graceful handling on older
drivers/bindings; update the attribute coverage tests. Same shape as the (closed) #675 pass
for earlier toolkits. Doesn't need to wait for #2358/#2361 — the boolean queries are useful on
their own.

References

  • Found during the CUDA 12.8 → 13.3 bindings vs. cuda.core gap sweep (2026-07-14)

-- Leo's bot

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.