Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions bin/run_rocm_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ else
SUITE_LIST=${SUITE_LIST:-"examples smoke-limbo smoke-dev smoke-fort-dev smoke smoke-asan smoke-fort smoke-fort-limbo omp5 openmpapps LLNL nekbone ovo babelstream fortran-babelstream accel2023 hpc2021"}
fi

blockinglist="examples smoke smoke-limbo openmpapps sollve45 sollve50 sollve51 sollve52 babelstream ovo hpc2021 nekbone smoke-fort smoke-fort-limbo"
blockinglist="examples smoke smoke-limbo openmpapps sollve45 sollve50 sollve51 sollve52 babelstream ovo hpc2021 nekbone smoke-fort"

EPSDB_LIST=${EPSDB_LIST:-"examples smoke-limbo smoke-dev smoke smoke-asan omp5 openmpapps LLNL nekbone ovo babelstream fortran-babelstream accel2023 hpc2021 smoke-fort smoke-fort-limbo smoke-fort-dev"}
THEROCK_LIST=${THEROCK_LIST:-"smoke smoke-fort nekbone babelstream fortran-babelstream accel2023 hpc2021"}
THEROCK_LIST=${THEROCK_LIST:-"smoke smoke-fort smoke-fort-limbo nekbone babelstream fortran-babelstream accel2023 hpc2021"}

export AOMP_USE_CCACHE=0

Expand Down
1 change: 1 addition & 0 deletions test/smoke/hipmalloc-omptarget-multifile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ else
LLIB = -L$(AOMPHIP)/lib
endif
endif
RUNENV += LD_LIBRARY_PATH=$(AOMP)/lib:$(LD_LIBRARY_PATH)
CLANG ?= clang++ -D__HIP_PLATFORM_AMD__=1 -I$(AOMPHIP)/include -fopenmp
LINK_FLAGS = $(LLIB) -lamdhip64 $(RPTH)
OMP_BIN = $(AOMP)/bin/$(CLANG)
Expand Down
1 change: 1 addition & 0 deletions test/smoke/virtfunc1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ else
LLIB = -L$(AOMPHIP)/lib
endif
endif
RUNENV += LD_LIBRARY_PATH=$(AOMP)/lib:$(LD_LIBRARY_PATH)
CLANG ?= clang++ -D__HIP_PLATFORM_AMD__=1 $(LLIB) -lamdhip64 $(RPTH) -I$(AOMPHIP)/include
OMP_BIN = $(AOMP)/bin/$(CLANG)
CC = $(OMP_BIN) $(VERBOSE)
Expand Down
Loading