[Bug 2328503] New: Review Request: SpFFT - Sparse 3D FFT library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2328503

            Bug ID: 2328503
           Summary: Review Request: SpFFT - Sparse 3D FFT library
           Product: Fedora
           Version: rawhide
                OS: Linux
            Status: NEW
         Component: Package Review
          Severity: medium
          Assignee: nobody@xxxxxxxxxxxxxxxxx
          Reporter: benson_muite@xxxxxxxxxxxxx
        QA Contact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx
  Target Milestone: ---
    Classification: Fedora



spec:
https://download.copr.fedorainfracloud.org/results/fed500/SpFFT/fedora-rawhide-x86_64/08306901-SpFFT/SpFFT.spec
srpm:
https://download.copr.fedorainfracloud.org/results/fed500/SpFFT/fedora-rawhide-x86_64/08306901-SpFFT/SpFFT-1.1.0-1.fc42.src.rpm

description:
A 3D FFT library for sparse frequency domain data written in C++ with
support for MPI, OpenMP, CUDA and ROCm.

Inspired by the need of some computational material science applications
with spherical cutoff data in frequency domain, SpFFT provides Fast
Fourier Transformations of sparse frequency domain data. For distributed
computations with MPI, slab decomposition in space domain and pencil
decomposition in frequency domain (sparse data within a pencil / column
must be on one rank) is used.

### Design Goals
- Sparse frequency domain input
- Reuse of pre-allocated memory
- Support for shifted indexing with centered zero-frequency
- Optional parallelization and GPU acceleration
- Unified interface for calculations on CPUs and GPUs
- Support of Complex-To-Real and Real-To-Complex transforms, where the full
hermitian symmetry property is utilized
- C++, C and Fortran interfaces

### Interface Design
To allow for pre-allocation and reuse of memory, the design is based on two
classes:

- **Grid**: Provides memory for transforms up to a given size.
- **Transform**: Created with information on sparse input data and is
associated with a *Grid*. Maximum size is limited by *Grid* dimensions.
Internal reference counting to *Grid* objects guarantee a valid state
until *Transform* object destruction.

A transform can be computed in-place and out-of-place. Addtionally, an
internally allocated work buffer can optionally be used for input / output
of space domain data.

fas: fed500

Comments:
Working on packages with rocfft and single precision.
Checking on appropriate location for Fortran modules in MPI packages.
Ensuring all directories are owned.

Reproducible: Always


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2328503

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202328503%23c0

-- 
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux