Asm Source Mapping

Map Intel GPU ISA instruction addresses to precise SYCL/DPC++ source file:line numbers. Primary method reads the DWARF .debug_line section from the GPU zebin ELF. Fallback uses structural pattern recognition by opcode mix. Use when mapping ASM to source code, finding which source line a GPU instruction comes from, or doing DWARF line table analysis on GPU binaries.

intel 36646b1 7.0 KB Updated

File contents

intel/torch-xpu-ops/tree/main/.claude/skills/asm-source-mapping commit 36646b1a62

Frequently asked questions

npx skillmds@latest add intel/asm-source-mapping