Skip to content
James Edwards edited this page Sep 22, 2015 · 6 revisions

Welcome to the HSAIL-Runtime wiki!

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.

Clone this wiki locally