Name Date Size #Lines LOC

..15-Jul-2023-

include/internal/H08-May-2022-399132

rt/H20-Feb-2023-2,8321,992

Makefile.amH A D08-May-20224.1 KiB12362

Makefile.inH A D20-Feb-202326.3 KiB818676

READMEH A D08-May-2022556 118

aclocal.m4H A D20-Feb-202342.5 KiB1,1801,073

configureH A D20-Feb-2023517.1 KiB17,33814,556

configure.acH A D20-Feb-20234.9 KiB161140

configure.tgtH A D20-Feb-20231.6 KiB3735

target-config.h.inH A D08-May-20221.7 KiB6946

README

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