Name Date Size #Lines LOC

..--

include/internal/H09-Jul-2024-399132

rt/H09-Jul-2024-2,8321,992

Makefile.amH A D09-Jul-20244.1 KiB12362

Makefile.inH A D09-Jul-202426.3 KiB818676

READMEH A D09-Jul-2024556 118

aclocal.m4H A D09-Jul-202442.5 KiB1,1801,073

configureH A D09-Jul-2024517.1 KiB17,33814,556

configure.acH A D09-Jul-20244.9 KiB161140

configure.tgtH A D09-Jul-20241.6 KiB3735

target-config.h.inH A D09-Jul-20241.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