ameva-vulkan-runtime
v1.1.0
Published
Unified Cross-Modal Vulkan GPU Acceleration Runtime & HAL for Mobile Android
Downloads
410
Maintainers
Readme
AMEVA-Vulkan-Runtime (Node.js & TypeScript)
안드로이드 모바일 환경을 위한 통합 크로스 모달 Vulkan GPU 가속 런타임 및 하드웨어 추상화 계층(HAL)
Unified Cross-Modal Vulkan GPU Acceleration Runtime & HAL for Mobile Android
Installation
npm install ameva-vulkan-runtimeQuickstart
import { Doctor, createContext } from "ameva-vulkan-runtime";
const doctor = new Doctor();
const report = await doctor.runSelfTest(true);
console.log(`Backend: ${report.recommendedBackend}, Device: ${report.deviceName}`);
const ctx = createContext({ device: "auto" });
console.log(`Vulkan Context Active: ${ctx.isActive} (${ctx.backendType})`);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).
