⚡ Turing Engine v0.1.8
🌐 Universal Cross-Vendor Hardware Support
- AMD ROCm / HIP: Added native hardware auto-discovery and Wave32 (RDNA3/4) / Wave64 (CDNA3/MI300X) Matrix Core tuning heuristics (
turing/kernels/rocm_heuristics.py). - Vulkan Compute (SPIR-V): Cross-vendor, vendor-agnostic GPU acceleration for Intel Arc, AMD APUs, Qualcomm Adreno, and ARM Mali (
turing/kernels/vulkan_runtime.py). - Intel XPU (SYCL / OneAPI): Native support for Intel Arc A770, B580 Battlemage, and Data Center GPU Max 1550.
- Hardware Probe CLI: Added
scripts/test_universal_backends.pyto inspect and verify hardware acceleration in 1 command.
🦜️🔗 LangChain & LangGraph Integration Ecosystem
- Native In-Tree Export: Exported
ChatTuringandTuringLLMdirectly fromturing.integrations.langchainwith Subspace pruning (sparsity_ratio=0.57) and SVD INT8 headers. - Standalone Partner Package: Scaffolding for
langchain-turingon PyPI (integrations/langchain/). - LangGraph Multi-Agent Support: Full agentic state graph deliberation support.
🧪 Verification & Reliability
- 98/98 Automated Tests: 100% test pass rate with strict 0 warnings.
- Live Documentation: Deployed to intutic.github.io/turing.
- Pre-compiled Binary Wheel: Attached macOS Apple Silicon (arm64) wheel asset.
Full Changelog: v0.1.7...v0.1.8