You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in GriddingAlgorithm::fillTags() when initializing with makeCoarsestLevel(). The RAJA version is v0.13.0 and the version recommended v0.12.1 has the same issue. I also passed all RAJA test under my environment.
The text was updated successfully, but these errors were encountered:
ctian282
changed the title
RAJA CUDA illegal memory access for the ConvDiff
RAJA CUDA illegal memory access for the ConvDiff test
Aug 25, 2021
After I successfully compile with RAJA and CUDA, the SAMRAI does not pass many tests, including the
ConvDiff
test, which shows error messageIt seems this is caused by the code block
in
GriddingAlgorithm::fillTags()
when initializing withmakeCoarsestLevel()
. The RAJA version isv0.13.0
and the version recommendedv0.12.1
has the same issue. I also passed all RAJA test under my environment.The text was updated successfully, but these errors were encountered: