• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

include/internal/H04-Mar-2020-370123

rt/H04-Mar-2020-2,7851,961

ChangeLogH A D04-Mar-20204.1 KiB13299

Makefile.amH A D04-Mar-20204.1 KiB12362

Makefile.inH A D04-Mar-202024.4 KiB743611

READMEH A D04-Mar-2020556 118

aclocal.m4H A D04-Mar-202035.5 KiB1,000898

configureH A D04-Mar-2020509.1 KiB17,03914,299

configure.acH A D04-Mar-20204.7 KiB153133

configure.tgtH A D04-Mar-20201.6 KiB3735

target-config.h.inH A D04-Mar-20201.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