]> git.ipfire.org Git - thirdparty/gcc.git/blob - libhsail-rt/README
PR tree-optimization/77820
[thirdparty/gcc.git] / libhsail-rt / README
1 This library implements the agent-side runtime functionality required
2 to run HSA finalized programs produced by the BRIG frontend.
3
4 The library contains both the code required to run kernels on the agent
5 and also functions implementing more complex HSAIL instructions.
6
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.