Skip to content

Commit cc85d2e

Browse files
committed
this is straight up wrong but Cray headers are wrong
1 parent 83a571d commit cc85d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apicodegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213

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

219219
wait = """

0 commit comments

Comments
 (0)