Architecture & Platform Information for Compiler Writers¶
注解
This document is a work-in-progress. Additions and clarifications are welcome.
NVPTX¶
- CUDA Documentation includes the PTX ISA and Driver API documentation
Miscellaneous Resources¶
- Executable File Format library
- GCC prefetch project page has a good survey of the prefetching capabilities of a variety of modern processors.