Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
ab39ea1
[AOMP] Split aomp_utils out of aomp_common_vars
jtb20 Jun 18, 2025
c4045ad
[AOMP] Taskification/control-flow inversion for scripts, part 1
jtb20 Jul 17, 2025
0d51d28
realpath arg tweak
jtb20 Jun 16, 2026
55b2f71
[AOMP] Taskify build_comgr.sh
jtb20 Jun 16, 2026
1a7fd5c
[AOMP] Taskify build_rocr.sh
jtb20 Jun 16, 2026
114fae5
[AOMP] Taskify build_project.sh
jtb20 Jun 16, 2026
a59965a
[AOMP] Taskify rocmlibs/build_rocBLAS.sh
jtb20 Jun 16, 2026
e5ea595
[AOMP] Extend cfgvar/cfgbool allow-lists with user-controllable build…
jtb20 Jun 16, 2026
cb743e1
[AOMP] build_comgr.sh: route user env vars through cfgvar/cfgbool
jtb20 Jun 16, 2026
2f617c1
[AOMP] build_rocr.sh: factor cmake opts and route user env vars
jtb20 Jun 16, 2026
9d53963
[AOMP] build_project.sh: route user env vars through cfgvar/cfgbool
jtb20 Jun 16, 2026
8948b89
[AOMP] build_rocBLAS.sh: route user env vars through cfgvar/cfgbool
jtb20 Jun 16, 2026
c98c7a1
Taskify build_roct.sh
jtb20 Jun 16, 2026
f8829bb
Taskify build_rocminfo.sh
jtb20 Jun 16, 2026
70fa968
Taskify build_xio.sh
jtb20 Jun 16, 2026
d18793e
Taskify build_emissary.sh
jtb20 Jun 16, 2026
61d3ccd
Taskify build_libdevice.sh
jtb20 Jun 16, 2026
54445dd
Taskify build_rocm-cmake.sh
jtb20 Jun 16, 2026
43d365f
Taskify build_rocm_smi_lib.sh
jtb20 Jun 16, 2026
aac4fee
Taskify build_amdsmi.sh
jtb20 Jun 16, 2026
588fe3c
Taskify build_extras.sh
jtb20 Jun 16, 2026
462cc2a
Taskify build_hipcc.sh
jtb20 Jun 16, 2026
a0b28b1
Taskify build_hipamd.sh
jtb20 Jun 16, 2026
9a428cb
Taskify build_hipify.sh
jtb20 Jun 16, 2026
f44cb3e
Taskify build_hipfort.sh
jtb20 Jun 16, 2026
79280bb
Taskify build_openmp.sh
jtb20 Jun 16, 2026
5ba1e7b
Taskify build_llvm-classic.sh
jtb20 Jun 16, 2026
c4483e6
Taskify build_flang-classic.sh
jtb20 Jun 16, 2026
4d8511a
Taskify build_flang.sh
jtb20 Jun 16, 2026
e52b9c0
Taskify build_flang_runtime.sh
jtb20 Jun 16, 2026
b51b22e
Taskify build_pgmath.sh
jtb20 Jun 16, 2026
1820fa0
Taskify build_bolt.sh
jtb20 Jun 16, 2026
0335170
Taskify build_rocdbgapi.sh
jtb20 Jun 16, 2026
8d8149f
Taskify build_rocgdb.sh
jtb20 Jun 16, 2026
7693724
Taskify build_rocprofiler-register.sh
jtb20 Jun 16, 2026
ef3b818
Taskify build_rocprofiler.sh
jtb20 Jun 16, 2026
46e1330
Taskify build_rocprofiler-sdk.sh
jtb20 Jun 16, 2026
39df8d4
Taskify build_roctracer.sh
jtb20 Jun 16, 2026
1eec0ae
Taskify build_llvm_runtimes_standalone.sh
jtb20 Jun 16, 2026
0e26b2c
Taskify build_rocPRIM.sh
jtb20 Jun 16, 2026
acb313b
Taskify build_rocSPARSE.sh
jtb20 Jun 16, 2026
f648b16
Taskify build_rocSOLVER.sh
jtb20 Jun 16, 2026
244427e
Taskify build_hipBLAS-common.sh
jtb20 Jun 17, 2026
936324e
Taskify build_hipBLAS.sh
jtb20 Jun 17, 2026
4c0d289
Taskify build_rocRAND.sh
jtb20 Jun 17, 2026
f6dee8e
Taskify build_hipRAND.sh
jtb20 Jun 17, 2026
ed67f38
Taskify build_rccl.sh
jtb20 Jun 17, 2026
c6ed556
Taskify build_half.sh
jtb20 Jun 17, 2026
b92118b
Taskify build_hipSOLVER.sh
jtb20 Jun 17, 2026
92e3a45
Taskify build_powerinfer.sh
jtb20 Jun 17, 2026
1ab78a4
Add aomp_build.py orchestrator and taskify build_supp.sh
jtb20 Jun 17, 2026
94d4ba6
Send flang-classic skip warning to stderr
jtb20 Jun 17, 2026
9da2b35
Document aomp_build.py; refine selectors, --add/--remove, defaults
jtb20 Jun 17, 2026
c992eaf
Make --variant a strict filter; support comma lists
jtb20 Jun 17, 2026
622086b
Always include default variant; build all variants by default
jtb20 Jun 17, 2026
0d14ea3
Use short task names for default-only components
jtb20 Jun 17, 2026
13d4093
Support per-component --build-type
jtb20 Jun 17, 2026
b721bb2
Isolate child env, add install/build/prereq dir options
jtb20 Jun 17, 2026
ca2f5b8
Add -s/--source option; tidy progress lines
jtb20 Jun 17, 2026
9447a39
Number progress lines by absolute task position
jtb20 Jun 17, 2026
072a447
Fix llvm-lit path rewrite sed escaping
jtb20 Jun 17, 2026
5812538
Add task completion stamps and bare 'continue'
jtb20 Jun 17, 2026
fd0702e
Make -C wipe the install dir; always list clean tasks
jtb20 Jun 17, 2026
d12c4bb
Default ALTAOMP to LLVM_INSTALL_LOC in runtimes build
jtb20 Jun 17, 2026
f838627
Fix gpurun copy in build_extras for upstream dir restructure
jtb20 Jun 17, 2026
0ad2ae2
Fix rocBLAS patch step for rocm-7.1 sources
jtb20 Jun 17, 2026
0ede58a
Fix hipRAND CMAKE_CXX_FLAGS separator (semicolon -> space)
jtb20 Jun 17, 2026
5e00df6
Add hipfort to default build set and fix its flang dependency
jtb20 Jun 18, 2026
4c8640e
Manifest: record all repos (LLVM/comgr/SPIRV) and keep extras at HEAD
jtb20 Jun 18, 2026
1d9689b
Add ROCm debugger (rocdbgapi, rocgdb) to default build set
jtb20 Jun 18, 2026
c3dda56
docs: reflect hipfort and debugger in the default build set
jtb20 Jun 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
761 changes: 761 additions & 0 deletions bin/AOMP_BUILD.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bin/CBL_run_sollve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export EFFLAGS="-ffree-form -ffree-line-length-none"
# --- Start standard header to set AOMP environment variables ----
realpath=`realpath $0`
thisdir=`dirname $realpath`
. "$thisdir/aomp_utils"
. $thisdir/aomp_common_vars
# --- end standard header ----

Expand Down
Loading
Loading