You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've managed to figure out a lot, but it seems the documentation for installing is quite out of date with how the install is actually going (for example the oneapi change for MKL)
Some issues persist no matter what I do. Looking for guidance.
-- Could NOT find FFTW3 (missing: FFTW3_DIR )
---- Note, I checked and know I have /usr/include/fftw3.h
-- kenlm library not found; if you already have kenlm installed, please set CMAKE_LIBRARY_PATH, KENLM_LIB or KENLM_ROOT environment variable
-- Could NOT find kenlm..
-- Could NOT find cub
-- Could NOT find cereal
-- NVIDIA nvToolsExt (NVTX) lib not found; required.
So I know I've installed Nividia's CUDA. I know I've installed FFTW3. I know I have kenlm installed, I pulled the git and built it directly.
I'm just not sure what I am doing wrong or why it can't find anything. Note, I do not have a ton of expertise in C/C++ at all so the make process is a bit foreign to me, but I'd love for some help now. Been trying to install this for 2-3 days.
NOTE :
Using ./vcpkg/vcpkg install flashlight-cpu gets me even less far. It fails to find ArrayFire and fails.
The above was from attempting to use
cmake _DCMAKE_BUILD_TYPE=Release -DFLASHLIGHT_BACKEND=CPU
The text was updated successfully, but these errors were encountered:
I've managed to figure out a lot, but it seems the documentation for installing is quite out of date with how the install is actually going (for example the oneapi change for MKL)
Some issues persist no matter what I do. Looking for guidance.
-- Could NOT find FFTW3 (missing: FFTW3_DIR )
---- Note, I checked and know I have /usr/include/fftw3.h
-- kenlm library not found; if you already have kenlm installed, please set CMAKE_LIBRARY_PATH, KENLM_LIB or KENLM_ROOT environment variable
-- Could NOT find kenlm..
-- Could NOT find cub
-- Could NOT find cereal
-- NVIDIA nvToolsExt (NVTX) lib not found; required.
So I know I've installed Nividia's CUDA. I know I've installed FFTW3. I know I have kenlm installed, I pulled the git and built it directly.
I'm just not sure what I am doing wrong or why it can't find anything. Note, I do not have a ton of expertise in C/C++ at all so the make process is a bit foreign to me, but I'd love for some help now. Been trying to install this for 2-3 days.
NOTE :
Using ./vcpkg/vcpkg install flashlight-cpu gets me even less far. It fails to find ArrayFire and fails.
The above was from attempting to use
cmake _DCMAKE_BUILD_TYPE=Release -DFLASHLIGHT_BACKEND=CPU
The text was updated successfully, but these errors were encountered: