facebookincubator/gloo

Resolve aligned_allocator in gloo/test/allreduce_test.cc does not work on Windows platform

Opened this issue · 0 comments

In PR #264

In the future aligned_allocator can be implemented using _aligned_malloc and _aligned_free on Windows, since it doesn't have posix_memalign.