AIKernel CUDA 13.0 LibTorch 2.12 win-x64 Capability Python wrapper package.
Project description
aikernel-cuda13-libtorch2-12-win-x64
Python wrapper package for the AIKernel CUDA 13.0 + LibTorch 2.12 Windows
win-x64 Capability.
Install the stable package from PyPI:
pip install aikernel-cuda13-libtorch2-12-win-x64
Import it as:
import aikernel_cuda13_libtorch2_12_win_x64 as cuda_capability
descriptor = cuda_capability.capability_descriptor()
print(descriptor["package_id"])
This Python package is intentionally lightweight and is distributed through
pip. Release wheels include the CUDA Capability managed assembly,
libtorch_bridge.dll, and loader.json. They do not include LibTorch, CUDA
runtime DLLs, cuDNN, or cuBLAS. The executable CUDA runtime snapshot is
distributed as the full GitHub Release runtime archive.
Use this package to discover the Capability identity, supported runtime, and installation guidance from Python tooling. NuGet is reserved for C# consumers; Python wrappers are not embedded in NuGet packages.
The package includes a bundled loader.json template and loader helpers:
config = cuda_capability.load_loader_config()
print(config.native_library)
print(config.resolved_runtime_search_paths())
This is lightweight runtime support only. The pip package ships the AIKernel managed Capability assembly and native bridge, but does not ship LibTorch, CUDA, cuDNN, or cuBLAS runtime binaries.
Release wheels expose bundled paths when those binaries are present:
print(cuda_capability.bundled_managed_assemblies())
print(cuda_capability.bundled_native_libraries())
Development wheels are published as GitHub Release assets, not to PyPI. PyPI is reserved for stable releases.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aikernel_cuda13_libtorch2_12_win_x64-0.0.5-py3-none-win_amd64.whl.
File metadata
- Download URL: aikernel_cuda13_libtorch2_12_win_x64-0.0.5-py3-none-win_amd64.whl
- Upload date:
- Size: 75.3 kB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de4c06b0956b07e28524245bbd9031e18d93f3f3ec04d6d0fa3ea036b9aa0d97
|
|
| MD5 |
c22a487b32a33dccd47121f7b0aa9b81
|
|
| BLAKE2b-256 |
65cdaf226a66fcfdca374bfb95e87730f853b86879c81844606b536ee3391466
|