Skip to content

v0.1.8: Universal Cross-Vendor Hardware Support & LangChain Ecosystem

Latest

Choose a tag to compare

@ishangupta-ds ishangupta-ds released this 25 Aug 20:46

⚡ 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.py to inspect and verify hardware acceleration in 1 command.

🦜️🔗 LangChain & LangGraph Integration Ecosystem

  • Native In-Tree Export: Exported ChatTuring and TuringLLM directly from turing.integrations.langchain with Subspace pruning (sparsity_ratio=0.57) and SVD INT8 headers.
  • Standalone Partner Package: Scaffolding for langchain-turing on 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