Skip to content

Add ONNX Runtime tensor conversions - #19

Draft
yuanknv wants to merge 17 commits into
feature/torch-conversions-pyfrom
feature/onnxruntime-conversions
Draft

Add ONNX Runtime tensor conversions #19
yuanknv wants to merge 17 commits into
feature/torch-conversions-pyfrom
feature/onnxruntime-conversions

Conversation

@yuanknv

@yuanknv yuanknv commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Add CPU and optional CUDA tensor views with inference and inter-process integration coverage.

Description

Is this user-facing behavior change?

Did you use Generative AI?

Additional Information

@yuanknv yuanknv self-assigned this Aug 29, 2026
@yuanknv
yuanknv force-pushed the feature/onnxruntime-conversions branch from 363fec1 to 8cea712 Compare August 31, 2026 19:54
@yuanknv
yuanknv changed the base branch from main to nvcyc/cuda_buffer_py September 1, 2026 20:16
Add CPU and optional CUDA tensor views with inference and inter-process integration coverage.
Keep CPU installations platform-neutral while making CUDA runtime and buffer dependencies explicit and deterministic.
Select the runtime provider at source-build time and expose one C++ and Python conversion API across CPU and optional CUDA backends.
Coordinate the Python runtime with the native provider variant and group both conversion packages under one source tree.
Remove the hidden Python stream fallback so applications control stream ownership and consistently share it with ONNX Runtime.
Defer optional CUDA-buffer integration to consumer configuration so the conversion package remains a header-only portable interface.
@yuanknv
yuanknv force-pushed the feature/onnxruntime-conversions branch from c8e4c37 to 5cf8ff1 Compare September 4, 2026 00:50
@yuanknv
yuanknv changed the base branch from nvcyc/cuda_buffer_py to feature/torch-conversions-py September 4, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant