RAJA Performance Portability Layer (C++)

534 stars 108 forks 534 watchers C++ BSD 3-Clause "New" or "Revised" License
blt c-plus-plus cpp llnl parallel-computing portability programming-model radiuss raja
1 Open Issue Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
Fix shadow variables about 1 month ago

AI Summary: The MCT project reported a RAJA warning about a shadow variable in `include/RAJA/policy/MultiPolicy.hpp` when compiling with `gcc -Wshadow`. A constructor argument `Selector s` at line 65 shadows a member variable `Selector s` at line 55. The proposed solution is to rename the variable in the constructor argument list to resolve this warning.

Complexity: 1/5
help wanted compilation

RAJA Performance Portability Layer (C++)

C++
#blt#c-plus-plus#cpp#llnl#parallel-computing#portability#programming-model#radiuss#raja