AMEVA-Vulkan-Runtime (Python)
안드로이드 모바일 환경을 위한 통합 크로스 모달 Vulkan GPU 가속 런타임 및 하드웨어 추상화 계층(HAL)
Unified Cross-Modal Vulkan GPU Acceleration Runtime & HAL for Mobile Android
Installation
pip install ameva-vulkan-runtime
Quickstart
import ameva_vulkan_runtime as avr
doctor = avr.Doctor()
report = doctor.run_self_test()
print(f"GPU Backend Status: {report.status}, Device: {report.device_name}")
ctx = avr.create_context(device="auto", memory_limit_mb=1024)
print(f"Context initialized via: {ctx.loader_path} (API {ctx.vulkan_version})")
Description
Provides a single, zero-hardcoded C++20 Vulkan Hardware Abstraction Layer (HAL) and universal runtime for STT, Vision, LLM, Diffusion, and Training with a granular 12-stage validation hierarchy (V0-V11) and zero-data-loss auto-recovery.
Documentation
License
Apache-2.0 License. Copyright (c) 2026 Eunho Kim (@uno-km).
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 ameva_vulkan_runtime-1.0.0.tar.gz.
File metadata
- Download URL: ameva_vulkan_runtime-1.0.0.tar.gz
- Upload date:
- Size: 21.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18dd16bba8e2e56c3f56ed0c15541c02b78f46584abc2b0b3c281198495c4de3
|
|
| MD5 |
4eb83b0f3e600c444d523771951019a1
|
|
| BLAKE2b-256 |
55eefb0733aafaf329af1f3d52205514e60ecc8f8b6c6351f48ab788c4205d95
|
File details
Details for the file ameva_vulkan_runtime-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ameva_vulkan_runtime-1.0.0-py3-none-any.whl
- Upload date:
- Size: 21.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c29f5de6a2008e6bde094cfedd7bd59ea566ea2db4fa3e358cd0c0f542a12c50
|
|
| MD5 |
9230e28778894ad8fa57b42e8bdf7e36
|
|
| BLAKE2b-256 |
f17fcbac01cb5fd3c71529b585809a3484026ee4dd5e722900f956f2e63e2c1e
|