Rich Hornung
Rich Hornung
"You will never reach your destination if you stop and throw stones at every dog that barks." --Winston Churchill
Specifically, it needs to be what you pasted above for rocm 4.1.0. For rocm 4.0.0, you have to sub 4.0.0 for 4.0.1 in each place. All older versions of rocm...
FWIW, I vote 1000% for keeping the blt docs in the blt repo
@white238 will this require a syntax change for BLT users like the recent change in HIP support; e.g., 'cuda_runtime' --> 'cuda::runtime'?
@artv3 did you address this issue in your view/layout documentation updates?
@artv3 can this issue be closed?
@rchen20 is this still an issue? I tried a couple of compilers (gnu, clang) and everything passed.
FWIW, I tried compiling earlier with multiple different versions of clang-ibm and OpenMP target enabled and saw a bunch of similar errors about no 'Omp' in 'camp::resources' namespace. I recall...
should we add something to our CMake to set that flag when OpenMP target is enabled in RAJA?
You can call a function inside a kernel. **This is completely independent of RAJA.** Here's an example: https://github.com/LLNL/RAJAPerf/blob/develop/src/basic/TRAP_INT-Cuda.cpp#L139 The macro defining the kernel body is here: https://github.com/LLNL/RAJAPerf/blob/develop/src/basic/TRAP_INT.hpp#L39 and the function...