NameDateSize

..Today68

aclocal.m4H A D20-Feb-202342.5 KiB

configureH A D20-Feb-2023517.1 KiB

configure.acH A D20-Feb-20234.9 KiB

configure.tgtH A D20-Feb-20231.6 KiB

include/H26-Sep-20194

Makefile.amH A D25-Sep-20194.1 KiB

Makefile.inH A D20-Feb-202326.3 KiB

READMEH A D25-Sep-2019556

rt/H20-Feb-202315

target-config.h.inH A D25-Sep-20191.7 KiB

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