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

..07-May-2022-

include/internal/H23-Jul-2020-399132

rt/H23-Jul-2020-2,8321,992

ChangeLogH A D23-Jul-20204.9 KiB160117

Makefile.amH A D23-Jul-20204.1 KiB12362

Makefile.inH A D23-Jul-202026.3 KiB818676

READMEH A D23-Jul-2020556 118

aclocal.m4H A D23-Jul-202042.5 KiB1,1801,073

configureH A D23-Jul-2020517.2 KiB17,33614,554

configure.acH A D23-Jul-20204.9 KiB161140

configure.tgtH A D23-Jul-20201.6 KiB3735

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