FasterTransformer icon indicating copy to clipboard operation
FasterTransformer copied to clipboard

nvcc fatal : Unknown option 'Wall'

Open dingjingzhen opened this issue 4 years ago • 4 comments

hi,I have a question as shown below image

dingjingzhen avatar May 10 '21 09:05 dingjingzhen

Can you provide the cmake version and cuda version you use? It seems some problems caused by compiler.

byshiue avatar May 10 '21 09:05 byshiue

hi, cuda: 10.1 torch: 1.5.0+cu101 cmake: 3.19.3 I can succeed when i build with C++,but there is question when i build with PyTorch

dingjingzhen avatar May 10 '21 09:05 dingjingzhen

Do you try on the pytorch docker image we recommend?

byshiue avatar May 11 '21 02:05 byshiue

check this issue: https://github.com/pytorch/vision/issues/2001

Sanster avatar Oct 09 '21 06:10 Sanster