Jacob Kahn

Results 68 comments of Jacob Kahn
trafficstars

The compiler output says it can't find `cuda_runtime.h`. Do you have that header/the CUDA runtime installed on your system?

Associated issue's closed

@benam2 — the build message is pretty clear: > make[2]: *** No rule to make target '/home/ai-labs/fftw-3.3.10/build/libfftw3.so.3', needed by '../lib.linux-x86_64-3.7/libfl_lib_audio.so.0.3.2'. Stop. This is a known issue with FFTW and isn't...

@benam2 — are you trying to do decoding? `CriterionType` is defined in [Flashlight Text](https://github.com/flashlight/text/) -- installations instructions are here. Quickstart instructions for bindings [here](https://github.com/flashlight/text/#quickstart).

@benam2 — s3prl depends on Flashlight: [Flashlight Text](https://github.com/flashlight/text) is a requirement, but it isn't clearly documented -- thanks for the callout. I'll send a PR updating that shortly.

@benam2 — after looking at `s3prl`, you *don't* need to build `Flashlight` or the Python bindings in this repo -- you only need `Flashlight Text` -- [quickstart here](https://github.com/flashlight/text#quickstart).

cc @bwasti have you seen this — I guess this is from the Homebrew port although Homebrew's giving useless logs.

Issues with `make -j[k]` like this are typically due to compiler OOMs. It's possible newer versions of GNU Make might manage memory a bit better. The solution's probably to swap...

@risingsunomi — if you have deps installed, can you try building from source with `FL_BUILD_PROFILING=OFF`? You can also add this flag [in the port](https://github.com/microsoft/vcpkg/blob/master/ports/flashlight-cuda/portfile.cmake#L19). My guess is that new CUDA...