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

Issue with AMD dependencies in prebuilt release files #246

Open
pjueon opened this issue Sep 26, 2023 · 0 comments
Open

Issue with AMD dependencies in prebuilt release files #246

pjueon opened this issue Sep 26, 2023 · 0 comments

Comments

@pjueon
Copy link

pjueon commented Sep 26, 2023

Hello, I've downloaded the latest release files for Windows. Upon installing it, I discovered that the CMake/clFFTTargets-release.cmake file contains references to the AMD APP SDK as follows:

set_target_properties(clFFT PROPERTIES
  IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib64/import/clFFT.lib"
  IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "C:/Program Files (x86)/AMD APP SDK/2.9-1/lib/x86_64/OpenCL.lib"
  IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/clFFT.dll"
)

set_target_properties(StatTimer PROPERTIES
  IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib64/import/StatTimer.lib"
  IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE "C:/Program Files (x86)/AMD APP SDK/2.9-1/lib/x86_64/OpenCL.lib"
  IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/StatTimer.dll"
)

Despite having other implementations of OpenCL installed, I don't have AMD APP SDK installed (because I don't use an AMD graphics card), and this is causing errors.

While this issue doesn't arise when I build clFFT directly from the source files, I believe it would be beneficial to address this issue since many people may prefer to use prebuilt release files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant