Case-Study: V-Nova - GPU Porting from OpenCL to Metal Dec 15, 2023 Case study on moving a GPU application from OpenCL to Metal for our client V-Nova. Read more →
Case-Study: V-Nova - Metal-Based Pixel Processing for Video Decoder Dec 15, 2022 TechnoLynx improved V-Nova’s video decoder with GPU-based pixel processing, Metal shaders, and efficient image handling for high-quality colour images… Read more →
What Cross-Platform GPU Performance Portability Actually Requires Jun 12, 2026 Portable GPU APIs translate code, not performance. What it actually takes to run fast on NVIDIA, AMD, and Intel from the same codebase. Read more →
WebAssembly Python for Inference: How Pyodide and WASM Actually Work Jun 12, 2026 WASM Python runs CPython compiled to WebAssembly. Understand the interpreter overhead, sandbox limits, and where it fits for inference before porting. Read more →
What an Inference Engine Is — and How It Shapes the Port Decision Jun 12, 2026 An inference engine is the layer that turns a trained model plus inputs into predictions. Read more →