We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
later versions of clang (maybe @16:) are unable to build [email protected] due to the following issue:
@16:
>> 370 /Users/chapman39/dev/serac/serac_tpls/spack/opt/spack/darwin-sonoma-m2/clang-19.1.1/raja-2024.02.0-cvabateje3nivxumnufmwkvhqdhawjww/include/RAJA/pattern/kernel/Tile.hpp:174:30: error: no member named 'block_id' in 'I terableTiler<Iterable>' 371 174 | return block_id != rhs.block_id; 372 | ~~~ ^
this error was from a local mac mini build.
we should update raja and umpire packages with newer releases to catch up with spack develop
https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/umpire/package.py
https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/raja/package.py
im not sure if the latest release of raja will fix the issue but apparently their main branch does LLNL/serac#1242 (comment)
The text was updated successfully, but these errors were encountered:
updating to [email protected] will resolve the issue
Sorry, something went wrong.
No branches or pull requests
later versions of clang (maybe
@16:
) are unable to build [email protected] due to the following issue:this error was from a local mac mini build.
we should update raja and umpire packages with newer releases to catch up with spack develop
https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/umpire/package.py
https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/raja/package.py
im not sure if the latest release of raja will fix the issue but apparently their main branch does LLNL/serac#1242 (comment)
The text was updated successfully, but these errors were encountered: