Coder Social home page Coder Social logo

cufinufft's Introduction

cuFINUFFT

A GPU implementation of 2,3 dimension type 1,2 non-uniform FFT based on FINUFFT (https://github.com/flatironinstitute/finufft).

This is a work as a summer intern at Flatiron Institute advised by CCM project leader Alex Barnett.

Code dependency

Installation

  • Get the CUB library - git clone https://github.com/NVlabs/cub.git
  • Modify make.inc - set the INC with -I$(CUDA_DIR)/samples/common/inc/ -I$(CUDA_DIR)/include/ -I$(CUB_DIR)
  • Compile - make all
  • Run a test code - ./cufinufft2d1_test 2 128 128 10 1e-6

Interface

cuFINUFFT API contains 5 stages:

  • Set cufinufft default options - int ier=cufinufft_default_opts(type1, dim, dplan.opts);
  • Make cufinufft plan - ier=cufinufft_makeplan(type1, dim, nmodes, iflag, ntransf, tol, ntransfcufftplan, &dplan);
  • Set the locations of non-uniform points x,y,z - ier=cufinufft_setNUpts(M, x, y, z, 0, NULL, NULL, NULL, &dplan);
  • Apply the transformation with data c,fk - ier=cufinufft_exec(c, fk, &dplan);
  • Destroy cufinufft plan - ier=cufinufft_destroy(&dplan);

Preprocessors

  • SINGLE - single-precision
  • TIME - timing for each stage
  • SPREADTIME - more detailed timing from spreading and interpolation
  • DEBUG - debug mode outputs all the middle stages' result

Other

cufinufft's People

Contributors

melodyshih avatar raulppelaez avatar

Watchers

James Cloos avatar  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.