Skip to content

Add cuDLA bindings#2034

Open
nikshayshrivastava wants to merge 4 commits intoNVIDIA:mainfrom
nikshayshrivastava:cudla-bindings
Open

Add cuDLA bindings#2034
nikshayshrivastava wants to merge 4 commits intoNVIDIA:mainfrom
nikshayshrivastava:cudla-bindings

Conversation

@nikshayshrivastava
Copy link
Copy Markdown

Description

Generated from cudla.h using cybind.

Files added:

  • cycudla.pxd/pyx: Cython layer exposing C header types and functions
  • cudla.pxd/pyx: lowpp Python layer with POD classes, enums, and wrappers
  • _internal/cudla.pxd, cudla_linux.pyx, cudla_windows.pyx: dynamic library loading
  • docs/source/module/cudla.rst: API documentation
  • tests/cudla/: pytest unit tests for enums, POD types, error handling, API surface, and hardware-gated function tests (verified on L4T/Orin)

Build/CI updates:

  • pyproject.toml: added cudla to cuda-toolkit optional dependencies
  • .github/actions/fetch_ctk/action.yml: added libcudla to CTK components
  • docs/source/api.rst: added cudla to toctree

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

Generated from cudla.h using cybind.

Files added:
- cycudla.pxd/pyx: Cython layer exposing C header types and functions
- cudla.pxd/pyx: lowpp Python layer with POD classes, enums, and wrappers
- _internal/cudla.pxd, cudla_linux.pyx, cudla_windows.pyx: dynamic library loading
- docs/source/module/cudla.rst: API documentation
- tests/cudla/: pytest unit tests for enums, POD types, error handling,
  API surface, and hardware-gated function tests (verified on L4T/Orin)

Build/CI updates:
- pyproject.toml: added cudla to cuda-toolkit optional dependencies
- .github/actions/fetch_ctk/action.yml: added libcudla to CTK components
- docs/source/api.rst: added cudla to toctree
@copy-pr-bot
Copy link
Copy Markdown
Contributor

copy-pr-bot Bot commented May 6, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added CI/CD CI/CD infrastructure cuda.bindings Everything related to the cuda.bindings module labels May 6, 2026
@leofang leofang added this to the cuda.bindings 13.3.0 & 12.9.7 milestone May 6, 2026
@leofang leofang added P0 High priority - Must do! feature New feature or request and removed CI/CD CI/CD infrastructure labels May 6, 2026
@github-actions github-actions Bot added the CI/CD CI/CD infrastructure label May 6, 2026
@nikshayshrivastava nikshayshrivastava marked this pull request as ready for review May 6, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD CI/CD infrastructure cuda.bindings Everything related to the cuda.bindings module feature New feature or request P0 High priority - Must do!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants