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
Are the CXX compiler flags needed in nvcc compilation here ? I get an error like nvcc fatal : Unknown option '-fPIC'
Compilation is successful if I remove $(CXXFLAGS)
I am compiling whisper.cpp on nvidia jetson nx device.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Are the CXX compiler flags needed in nvcc compilation here ? I get an error like
nvcc fatal : Unknown option '-fPIC'
Compilation is successful if I remove
$(CXXFLAGS)
I am compiling whisper.cpp on nvidia jetson nx device.
Beta Was this translation helpful? Give feedback.
All reactions