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

..07-May-2022-

include/internal/H09-Oct-2021-399132

rt/H09-Oct-2021-2,8321,992

ChangeLogH A D09-Oct-20215.2 KiB173124

Makefile.amH A D09-Oct-20214.1 KiB12362

Makefile.inH A D09-Oct-202126.3 KiB818676

READMEH A D09-Oct-2021556 118

aclocal.m4H A D09-Oct-202142.5 KiB1,1801,073

configureH A D09-Oct-2021516.9 KiB17,32814,547

configure.acH A D09-Oct-20214.9 KiB161140

configure.tgtH A D09-Oct-20211.6 KiB3735

target-config.h.inH A D09-Oct-20211.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