Skip to content

Commit

Permalink
remove these for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Jul 30, 2023
1 parent cc85d2e commit 8d23927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libshmem/fallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ PySHMEM_REDUCE_2(longlong, long long)
PySHMEM_REDUCE_2(float, float)
PySHMEM_REDUCE_2(double, double)
PySHMEM_REDUCE_2(longdouble, long double)
PySHMEM_REDUCE_1(complexf, float _Complex)
PySHMEM_REDUCE_1(complexd, double _Complex)
//PySHMEM_REDUCE_1(complexf, float _Complex)
//PySHMEM_REDUCE_1(complexd, double _Complex)

#define PySHMEM_REDUCE_UINT_OP(TYPENAME, TYPE, OP) \
static \
Expand Down

0 comments on commit 8d23927

Please sign in to comment.