Skip to content

Commit

Permalink
this is straight up wrong but Cray headers are wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Jul 30, 2023
1 parent 83a571d commit cc85d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apicodegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

reduce_ops = ('and', 'or', 'xor', 'max', 'min', 'sum', 'prod')
reduce_team = """
int shmem_{TYPENAME}_{OP}_reduce(shmem_team_t team, {TYPE} *dest, const {TYPE} *source, size_t nreduce);
void shmem_{TYPENAME}_{OP}_reduce(shmem_team_t team, {TYPE} *dest, const {TYPE} *source, size_t nreduce);
""" # noqa

wait = """
Expand Down

0 comments on commit cc85d2e

Please sign in to comment.