NVIDIA / NVIDIA/cuda-python

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

オープン
#2,367 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@juenglin がすでに取り組んでいます。

2026年7月24日 から。

cuda.core enhancement
主要言語
Cython
スター
3.4k
フォーク
329
平均マージ
1日 21時間
マージ済み PR(30日)
113

説明

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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。