wuzeqingit

Results 4 comments of wuzeqingit

I added the following code in the css theme file to solve it. ```css @media print { @page { margin-bottom: 20mm; } }

> > cuda版会报下面的错误: > > ```powershell > > MSBuild version 17.3.1+2badb37d1 for .NET Framework > > Compiling CUDA source file ..\src\devices\cuda\fastllm-cuda.cu... > > > > D:\MyProjects\CppProjects\fastllm\build_cuda>"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin\nvcc.exe"...

> a 感谢,确实可以,成功Release! 1、修改 include/fastllm.h,Visual Studio中点击”文件“ -> "高级保存选项",在编码中选择”Unicode (UTF-8 带签名) -代码页 65001“,或在其他文本编辑器中转为”UTF-8 BOM“编码。 2、然后正常cmake mkdir build cd build cmake .. -DUSE_CUDA=ON 3、用Visual Studio打开build,进行Release就好