Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix diags.chpl gpu test (add separate good file for cpu-as-device) (c…
…hapel-lang#23698) In a prior PR (chapel-lang#22592) I, among other things, changed some allocations during kernel launch to use `chpl_mem_alloc` instead of `chpl_malloc`. The effect of this is these allocations are now being reported in our memory diagonstics log when previously they weren't. I updated the `.good` file associated with the `diags.chpl` to account for this but didn't account for the fact that these newly reported allocations won't happen when using cpu-as-device. In this PR I add a new `.cpu.good` file for when we do cpu-as-device testing and update the `.execopts` file to be a script that will tell start_test to use this new good file when appropriate. [Reviewed by: nobody; update to nightly test]
- Loading branch information