Tag
SGTP is a real-time sampling-based game-theoretic planning framework for multi-vehicle autonomous racing, achieving 95.24% win rate and 99.35% task completion with low computational time. The authors release code and an open-source benchmark.
This paper presents cayleyR, an R package that solves the TopSpin permutation puzzle using an iterative cycle intersection algorithm on Cayley graphs, implemented with a C++ backend and optional Vulkan GPU acceleration.
Firefox is compiled to run in WebAssembly, using WebGL-based rendering and an experimental JS-to-WASM JIT, with web content proxied through a Puter-hosted Wisp server.
FlashTrie presents a GPU-accelerated constrained beam search for generative retrieval, using a succinct trie layout and cooperative CUDA kernels to reduce decoding latency and enable real-time serving at scale, achieving up to 24× speedup and a 0.71% revenue lift in a commercial search engine.
TDGT is a web-based toolkit for synthetic tabular data generation that introduces the Adaptive Bayesian Mixture Synthesizer (ABMS) algorithm and a hybrid VAE-ABMS model, with GPU acceleration and comprehensive fidelity assessment.
SedonaDB 0.4 introduces RayBooster, which uses GPU ray tracing cores to accelerate spatial joins, outperforming an H100; the research was accepted to VLDB 2026.
App Sandbox is a free and open-source virtual machine management tool that supports running Windows, Ubuntu, and macOS virtual machines on Windows 11 Home without Hyper-V. It features GPU acceleration and a headless API/Python SDK for programmable batch VM management, making it suitable for automation scenarios like AI agents.
NVIDIA announces new AI software libraries and microservices—DAQIRI, ALCHEMI, and cuPhoton—that dramatically accelerate scientific workloads in fields like astronomy, materials science, and particle physics, achieving up to 14,900x speedups over CPU-based pipelines.
Veriphi is a GPU-accelerated neural network verification system that combines adversarial attacks with formal certification. It demonstrates that the effectiveness of training methods (standard, adversarial, certified) depends heavily on dataset complexity, with IBP dominating on simple MNIST and PGD on complex CIFAR-10, and achieves 5x verification speedup.
The react-native-executorch library now integrates Google's Gemma 4 model, enabling fully offline, GPU-accelerated inference in React Native apps using Vulkan on Android and MLX on Apple Silicon.
OpenCut is an open-source video editor based on a Rust core, supporting cross-platform across Web/Desktop/Mobile. It provides innovative features such as plugin architecture, MCP server supporting AI agent calls, Headless mode, etc., aiming to replace paid video editing software.
Flash-GMM introduces a fused Triton kernel for Gaussian Mixture Models that achieves 20x speedup and enables training on datasets 100x larger on a single GPU, making soft clustering a viable drop-in replacement for k-means in approximate nearest neighbor search.
This project decouples Alibaba DAMO Academy's ZipEnhancer noise reduction model from the ModelScope pipeline, rewrites the inference logic in pure PyTorch, and packages it as a FastAPI service. It supports FP16 half-precision and long audio segmentation, providing multiple noise reduction model switching and API interfaces.
TorchKM is an open-source GPU-accelerated library for kernel machines (SVMs, kernel logistic regression, etc.) with a scikit-learn-style API. It accelerates training and model selection by reusing matrix operations, offering substantial speedups over standard baselines.
This paper studies parallel Continuous Local Search (CLS) for Boolean satisfiability with pseudo-Boolean constraints, revealing that redundant constraints can inhibit convergence and that CLS shows promise as a sub-solver in hybrid settings.
This paper presents Accelerated Fourier SAT (AFSAT), a GPU-accelerated solver for pseudo-Boolean satisfiability based on continuous local search. It improves upon prior proof-of-concept implementations by supporting heterogeneous constraints and leveraging JAX for parallel computation.
Mozilla Firefox has merged initial support for Vulkan Video decoding, enabling GPU-accelerated video playback across platforms, expected in Firefox 153 in July.
A pull request for llama.cpp ports multi-column MMVQ from CUDA to SYCL, achieving approximately 45% speculative decoding speedup on Intel Arc GPUs.
DiffAero is a GPU-accelerated, fully differentiable simulation framework for quadrotor control policy learning that supports environment- and agent-level parallelism, multiple dynamics models, and customizable sensors. It enables robust flight policy learning in hours on consumer-grade hardware and is released as open-source.
pyVideoTrans is an open-source video translation tool that supports automatic speech recognition, subtitle translation, AI dubbing, and video synthesis. It integrates multiple ASR, translation, and TTS engines, making it suitable for cross-language video production and localization.