npadmana / DistributedFFT

6 stars 2 forks source link

Change elegant version to naive and add usePrimitiveComm option #44

Closed ronawho closed 5 years ago

ronawho commented 5 years ago

The naive version is meant to closely match the pencil-and-paper version. The performant version optimizes performance and a new usePrimitiveComm primitive is added to allow the Chapel team to compare/optimize comm without algorithmic differences.

npadmana commented 5 years ago

LGTM. Ready to merge?

ronawho commented 5 years ago

Yup