Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dynamic loading of clBLAS and clFFT (formerly, clAmdBlas and clAmdFft) #20203

Merged
merged 6 commits into from Jun 7, 2021

Commits on Jun 2, 2021

  1. Fix dynamic loading of clBLAS and clFFT

    * Update filenames and function names for clBLAS (formerly, clAmdBlas)
    
    * Update filenames and function names for clFFT (formerly, clAmdFft)
    
    * Uncomment teardown of clFFT; tear down clFFT in same way as clBLAS
    JoeHowse committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a01d15a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    012329a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52d96fa View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Fix generators for clBLAS and clFFT headers

    * Update generators to parse recent clBLAS and clFFT library headers
    
    * Update generators to be compatible with Python 3
    
    * Re-generate OpenCV's clBLAS and clFFT headers
    
    * Update function calls to match names in newly generated headers
    
    * Disable (and comment on) teardown code for clBLAS and clFFT
    JoeHowse committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    2076107 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Renaming *clamd* files

    * Renaming *clamdblas* files to *clblas*
    
    * Renaming *clamdfft* files to *clfft*
    JoeHowse committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    926fd27 View commit details
    Browse the repository at this point in the history
  2. Update generator for CL headers

    * Update generator to be compatible with Python 3
    JoeHowse committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    a791bee View commit details
    Browse the repository at this point in the history