-
Notifications
You must be signed in to change notification settings - Fork 16
Home
James Edwards edited this page Sep 22, 2015
·
6 revisions
The HSAIL runtime API is a thin, user-mode API that provides the interfaces necessary for the host to launch compute kernels to available HSA components. Key sections of the runtime API include:
- Error Handling
- Runtime initialization and shutdown
- System and Agent information
- Signals and synchronization
- Architected dispatch
- Memory Management
The current HSA Runtime Programmer's Reference Manual is available from the HSA Foundation web site.