GithubHelp home page GithubHelp logo

zhang2amd / rocfft Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rocm/rocfft

1.0 0.0 0.0 4.65 MB

Next generation FFT implementation for ROCm

License: MIT License

C++ 79.64% C 2.20% CMake 4.44% Shell 1.24% Python 10.70% Groovy 0.45% Asymptote 1.33%

rocfft's Introduction

rocFFT

rocFFT is a software library for computing Fast Fourier Transforms (FFT) written in HIP. It is part of AMD's software ecosystem based on ROCm. In addition to AMD GPU devices, the library can also be compiled with the CUDA compiler using HIP tools for running on Nvidia GPU devices.

Installing pre-built packages

Download pre-built packages either from ROCm's package servers or by clicking the github releases tab and downloading the source, which could be more recent than the pre-build packages. Release notes are available for each release on the releases tab.

  • sudo apt update && sudo apt install rocfft

Building from source

rocFFT is compiled with hcc and uses cmake. To compile the library one calls, for example, the following commands:

mkdir build && cd build
cmake -DCMAKE_CXX_COMPILER=hcc .. 

A static library can be compiled by using the option -DBUILD_SHARED_LIBS=off

rocfft-rider is a client which will run general transforms and is useful for performance analysis. Compilation is enabled via the -DBUILD_CLIENTS_RIDER=on cmake option. rocfft-rider uses boost program options.

rocfft-test runs functionality tests and uses FFTW, Google test, and boost program options. Compilation is enabled by calling cmake with the -DBUILD_CLIENTS_TESTS=on option.

To install the clients depencencies on Ubuntu, run sudo apt install libgtest-dev libfftw3 libboost-program-options-dev

The file install.sh is a bash script is a wrapper for the cmake script, which also install dependencies on certain Linux distributions. The preferred method for compiling rocFFT is to call cmake directly.

Library and API Documentation

Please refer to the Library documentation for current documentation.

Examples

Examples may be found in the clients/samples subdirectory.

rocfft's People

Contributors

bragadeesh avatar tingxingdong avatar feizheng10 avatar malcolmroberts avatar amdkila avatar saadrahim avatar eidenyoshida avatar timmyliu avatar mhbliao avatar amcamd avatar mkuron avatar zaliu avatar mdnauta avatar hchevanne avatar darkbuck avatar yoichiyoshida avatar yxsamliu avatar shimmerhuangamd avatar pruthvistony avatar mpruthvikumar avatar pfultz2 avatar ntrost57 avatar aaronenyeshi avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.