Skip to content

kuterd/nv_isa_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvidia Instruction Set Specification Generator

This is a project for automatically generating instruction set specifications for NVIDIA GPUs by fuzzing the nvdisasm program included in Cuda

Human readable ISA Spec for SM90a (Hopper) is here. Human readable ISA Spec for SM89 (RTX4090) is here.

Credits

  • Original parser based on CuAssembler by cloudcores

  • Cubin file generation for life range analysis is based on TuringAs by Da Yan and Yan, Da, et al. “Optimizing Batched Winograd Convolution on GPUs.” Proceedings of the 25th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, Association for Computing Machinery, 2020, pp. 32–44. ACM Digital Library, https://doi.org/10.1145/3332466.3374520.

  • Original fuzzing algorithm based on Zhang, Xiuxia, et al. “Understanding the GPU Microarchitecture to Achieve Bare-Metal Performance Tuning.” Proceedings of the 22nd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, Association for Computing Machinery, 2017, pp. 31–43. ACM Digital Library, https://doi.org/10.1145/3018743.3018755.

About

Nvidia Instruction Set Specification Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published