FengmingGo

Results 6 issues of FengmingGo

具体是从这开始报错的: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\include\cuda_fp16.hpp(1973): error: asm operand type size(8) does not match type/size implied by constraint 'r' asm ("ld.global.nc.b32 %0, [%1];" : "=r"(*(reinterpret_cast(&(ret)))) : "r"(ptr)); ^ C:\Program Files\NVIDIA...

Just compiled a cuda backend engine for windows. However, this problem occurs in lines 2099, 2101, 2106, 2108, 2111, 2114, 2878, 2879 of cudabackend.cpp. Of course I didn't make any...

![c942133eaa236345206189c2ff89b1ec](https://github.com/user-attachments/assets/8ce5dd62-626c-45a3-b417-2be297f870f1) ![b132d1f08826427c9bca42de50c9c01d](https://github.com/user-attachments/assets/be11d920-3b12-4d42-91cb-882b9e68d971) I just cloned the latest source code to compile an engine that uses the TensorRT(plan cache)backend, but I got this error. What is the reason for this?

![Image](https://github.com/user-attachments/assets/fafdcac5-7567-4d8c-9e6d-997df60c9f4b) All the .dll and .lib files in the TensorRT 10 zip package for Windows versions are suffixed with "_10", which can lead to an issue where libnvinfer.lib cannot be...

logging.info("Shuffled data path does not exist, there seems to be no data or not enough data yet, qutting: %s" % curdatadir) logging.info("Shuffled data train.json file does not exist, there seems...

## During the process of exporting model weights today, the following error was encountered: PS E:\selfplay\KataGo\python> python ./export_model_pytorch.py -checkpoint "E:\selfplay\train\checkpoint.ckpt" -export-dir E:\selfplay\models -filename-prefix b1c6nbt -model-name b1c6nbt ['./export_model_pytorch.py', '-checkpoint', 'E:\\selfplay\\train\\checkpoint.ckpt', '-export-dir',...