F2Asm Learns Exact NVIDIA SASS Encoders for GPU Rewriting
Key takeaways
- F2Asm learns exact NVIDIA SASS encoders, enabling controlled GPU machine-code rewriting.
- It uses F2 linear algebra to build a compact basis for instruction sets.
- F2Asm is the first open-source SASS assembler to support Rubin SM107.
- It achieves exact reassembly of disassembled SASS in round-trip tests.
Who benefits
Summary
F2Asm is a new system that learns exact 128-bit SASS encoders for NVIDIA GPUs using F2 linear algebra, enabling controlled machine-code rewriting. It is the first open-source SASS assembler to support Rubin SM107 and matches original executable text sections exactly in round-trip tests.
Why it matters
This breakthrough provides unprecedented control over NVIDIA GPU machine code, enabling advanced optimization, security research, and custom kernel development for professionals working with high-performance computing and AI hardware.
How to implement this in your domain
- 1Utilize F2Asm for low-level GPU kernel optimization and performance tuning.
- 2Integrate F2Asm into security analysis tools to detect and mitigate GPU-specific vulnerabilities.
- 3Develop custom GPU instruction sets or extensions for specialized AI workloads.
- 4Explore the learned SASS encoders to gain deeper insights into NVIDIA GPU architecture.
Original post by Jiading Gai
"arXiv:2608.20532v1 Announce Type: new Abstract: NVIDIA provides a SASS disassembler but no public SASS assembler for recent data-center GPUs, limiting controlled machine-code rewriting. We present F2Asm, which learns exact 128-bit SASS encoders from paired disassembly and origina…"
View on XOriginally posted by Jiading Gai on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Engineering & DevTools
Zapier vs. Tray: Enterprise Automation Platform Comparison for 2026
This post compares Zapier and Tray.io, evaluating which platform is better suited for enterprise automation needs by balancing power and ease of use. It argues that the best tools scale for complex requirements while remaining intuitive for all users.
Harmony Improves Protein-Ligand Flexible Docking with Torsional Diffusion
Researchers introduce Harmony, a harmonic torsional diffusion framework for flexible protein-ligand docking that explicitly accounts for the periodic geometry of angular variables. This method improves ligand pose accuracy and pocket all-atom reconstruction on benchmarks like PDBBind and enhances the physical validity of generated complexes on PoseBusters.
Multilingual Verifier Bias Impacts RLVR in LLM Mathematical Reasoning
A study reveals that exact-match verifiers in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs) exhibit significant language-dependent false-negative reward noise in multilingual mathematical reasoning. This bias, particularly pronounced in Japanese, stems from format and script variations, highlighting a cross-lingual selection bottleneck that impedes effective multilingual LLM training.