Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • CLFFT_NO_MAD_ENABLE
  • BRP_build_fixes
  • override_cl_compile_options
  • improve_Makefile
  • HSA
  • clmathfft
  • longer_dft_support
  • current_brp_apps
  • current_fgrp_apps
10 results

libclfft

  • Clone with SSH
  • Clone with HTTPS
  • Bernd Machenschalk's avatar
    Bernd Machenschalk authored
    Add clFFT_GetSize() for getting the estimated size of a plan
    
    See merge request !5
    a9efa1be
    History
    Name Last commit Last update
    example
    include
    lib/amd
    src
    .gitignore
    Makefile
    README.md

    Prerequisites

    • Supported operating systems:
      • Linux
      • Mac OS X
      • Windows (via cross-compilation on Linux using MinGW)
    • Supported GPUs:
      • AMD GPU with installed drivers
      • NVIDIA GPU with installed drivers
    • Supported OpenCL SDKs:
      • AMD APP SDK: installation root exported in environment variable AMDAPPSDKROOT
      • NVIDIA CUDA Toolkit: installation root exported in environment variable NVIDIA_SDK_INSTALL_PATH

    Build instructions

    The codebase contains a top-level Makefile that builds the library and the example, providing the following build targets:

    • linux (default)
    • macos
    • win32
    • win64
    • install
    • clean

    The install target uses the PREFIX variable, i.e. you should use PREFIX=/some/path make install or make install PREFIX=/some/path

    Usage

    • Library
    • Example