forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More gpu cpu testing (chapel-lang#26223)
Enable nightly testing of `release/examples` in the cpu-as-device mode, aka CHPL_GPU=cpu, on EX, by analogy to chapel-lang#26221. While there, fix this error, which we get in CHPL_GPU=amd testing using the bundled LLVM 18: fact.c:17:11: error: cannot initialize a variable of type 'data *' (aka '_data *') with an rvalue of type 'void *' 17 | data *d = malloc(sizeof(data)); | ^ ~~~~~~~~~~~~~~~~~~~~ Trivial and proposed by @jabraham17. Not reviewed.
- Loading branch information
Showing
3 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters