Library installation issue for HCFFT

Issue #12 new
vrajesh mistry created an issue

I am trying to install HCFFT library using http://hcfft.readthedocs.io/en/latest/Installation_steps.html but when i try

$./build.sh --test=on

I got error as following:

[  1%] Linking CXX executable bin/hipfft_2D_transform_R2C
/opt/rocm/hip/lib/libhip_hcc.so: undefined reference to `amdtBeginMarker'
/opt/rocm/hip/lib/libhip_hcc.so: undefined reference to `amdtResumeProfiling'
/opt/rocm/hip/lib/libhip_hcc.so: undefined reference to `amdtEndMarker'
/opt/rocm/hip/lib/libhip_hcc.so: undefined reference to `amdtStopProfiling'
/opt/rocm/hip/lib/libhip_hcc.so: undefined reference to `amdtInitializeActivityLogger'
clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation)
unit-hip/hipfft_transforms/CMakeFiles/hipfft_2D_transform_R2C.dir/build.make:146: recipe for target 'unit-hip/hipfft_transforms/bin/hipfft_2D_transform_R2C' failed
make[2]: *** [unit-hip/hipfft_transforms/bin/hipfft_2D_transform_R2C] Error 1
CMakeFiles/Makefile2:140: recipe for target 'unit-hip/hipfft_transforms/CMakeFiles/hipfft_2D_transform_R2C.dir/all' failed
make[1]: *** [unit-hip/hipfft_transforms/CMakeFiles/hipfft_2D_transform_R2C.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Machine Details: Hardware Details: AMD APU A10-7850K OS: Ubuntu 16.04 64-bit edition No discrete GPU present in the system

# uname -a
Linux localhost 4.6.0-kfd-compute-rocm-rel-1.4-16 #1 SMP Tue Dec 13 13:14:21 EST 2016 x86_64 x86_64 x86_64 GNU/Linux

Comments (1)

  1. Log in to comment