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

cmake fails to detect rocFFT support #150

Open
paklui opened this issue Sep 10, 2020 · 2 comments
Open

cmake fails to detect rocFFT support #150

paklui opened this issue Sep 10, 2020 · 2 comments

Comments

@paklui
Copy link

paklui commented Sep 10, 2020

Hi, I am trying to run gearshifft on Ubuntu 18.04 and ROCm 3.7.
When I try to build rocFFT support, there are a couple of cmake checks for gearshifft that fails.
I comment out the check to bypass for the moment,
/root/driver/gearshifft/CMakeLists.txt(259):

if(hip_FOUND AND hcc_DIR )

Also with the recent ROCm version that changes from hcc to hip-clang (hipcc), the hip_hcc library has changed to amdhip64.
/root/driver/gearshifft/CMakeLists.txt(279):

hip::hip_hcc

to

hip::amdhip64

I added the --trace-source=CMakeLists.txt to cmake, but not sure how hip_FOUND or hcc_DIR are determined
rocfft-issue.txt

@zyzzyxdonta
Copy link
Contributor

Hi @paklui,
I'm trying to get gearshifft with rocFFT to work inside a CI machine. I'll let you know when I have results.
In the log you attached, I can see you specified -DDGEARSHIFFT_USE_SUPERBUILD=ON which has one too many Ds in the beginning. Removing it should get rid of some error messages.

@zyzzyxdonta
Copy link
Contributor

OK, I'm stuck, unfortunately. See this issue: ROCm/rocminfo#38

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

2 participants