Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clMathLibraries/clFFT
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arrayfire/clFFT
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: arrayfire-release
Choose a head ref
  • 17 commits
  • 28 files changed
  • 8 contributors

Commits on Jun 16, 2018

  1. Configuration menu
    Copy the full SHA
    0de22c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87a5bcc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from net147/arrayfire-release

    Disable clfftTeardown() and clBuildProgram() warnings
    9prady9 authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    4fe92c6 View commit details
    Browse the repository at this point in the history
  4. adding explicit cast for float4 pointer assignments

    bragadeesh authored and net147 committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    9ca3d74 View commit details
    Browse the repository at this point in the history
  5. remove cb constant attribute

    bragadeesh authored and net147 committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    d2e7ab4 View commit details
    Browse the repository at this point in the history
  6. Add missing const qualifiers for inputs

    Avoids warnings when using Intel and pocl runtime, e.g.:
    warning: assigning to '__global double2 *' from 'const __global double2 *' discards qualifiers
    net147 committed Jun 16, 2018
    Configuration menu
    Copy the full SHA
    14d5888 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Merge pull request #5 from net147/arrayfire-release

    Fix OpenCL warnings with Intel OpenCL Runtime 16.1.2
    9prady9 authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    16925fb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Changes to CMakeLists.txt to suite downstream ArrayFire's needs

    Also renamed cmake options of clFFT project to have CLFFT to avoid
    name conflicts and confusion when cache variables show up in ArrayFire
    builds.
    
    Add PIC flag for static build
    9prady9 committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    0c40b93 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    2cbdaf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    385d4b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    5a1db8c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    88f02a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    a5ebd70 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Fix address sanitizer leaks

    umar456 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    760096b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Remove use of deprecated unary_function which is causing build issues…

    … with Visual Studio 2022 / MSVC v144
    christophe-murphy committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    dabd60b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    2afcde3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from arrayfire/remove-deprecated-unary_function

    Remove use of deprecated unary_function
    christophe-murphy authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    b2715e9 View commit details
    Browse the repository at this point in the history
Loading