Skip to content
Snippets Groups Projects
Select Git revision
  • add-clFFT_GetSize
  • add-dylib-target
  • counting-mallocs
  • master default protected
  • remove-CPU-constraint
  • Add-PKGBUILD
  • HSA
  • clmathfft
  • longer_dft_support
  • current_fgrp_apps
  • current_brp_apps
11 results

libclfft

  • Clone with SSH
  • Clone with HTTPS
  • Forked from einsteinathome / libclfft
    17 commits behind the upstream repository.
    user avatar
    Oliver Bock authored
    renamed library and header to 'eclfft' to avoid conflicts with clFFT
    
    See merge request einsteinathome/libclfft!1
    a7bd5410
    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