NiuTrans.NMT icon indicating copy to clipboard operation
NiuTrans.NMT copied to clipboard

Add -A x64 to the cmake command not -A 64

Open seasideccm opened this issue 3 years ago • 1 comments

Compile on Windows Add -A 64 to the cmake command

This sentence may have been a clerical error.

Try this: cmake -DUSE_CUDA=ON -DCUDA_TOOLKIT_ROOT="E:/Program Files/NVIDIA GPU Computing Toolkit/CUDA" -DGPU_ARCH=M -A x64 ..

Replace "E:/Program Files/NVIDIA GPU Computing Toolkit/CUDA" with yours own CUDA directory.

It generated a visual studio project on windows.

seasideccm avatar Oct 14 '22 20:10 seasideccm

Thanks for the correction, we'll update the document.

huchinlp avatar Oct 15 '22 06:10 huchinlp