PR target/83926
[official-gcc.git] / libhsail-rt / README
blob64c2107ea3de92ef3ce2e7f194fcb57b751d9ab7
1 This library implements the agent-side runtime functionality required
2 to run HSA finalized programs produced by the BRIG frontend.
4 The library contains both the code required to run kernels on the agent
5 and also functions implementing more complex HSAIL instructions.
7 rt/workitems.c contains the runtime entry function that manages multiple
8 work-item execution using fibers or simple for-loops (in case of work groups
9 without barriers).  Otherwise, the rest of the source files mostly contain
10 functions that typically map directly to HSAIL instructions.