lightvector / KataGo

GTP engine and self-play learning in Go
https://katagotraining.org/
Other
3.47k stars 563 forks source link

Report an error #958

Open FengmingGo opened 2 months ago

FengmingGo commented 2 months ago

c942133eaa236345206189c2ff89b1ec b132d1f08826427c9bca42de50c9c01d

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?

lightvector commented 2 months ago

I don't see any error message in the output. What was the problem?

lightvector commented 2 months ago

Some other thoughts: Is the problem that it fail with no error message?

Have you tried earlier versions again and do they also have the same problem?

What happens if you delete your plan cache and have it do the long load and initialization of the cache again? Does it work then?

lightvector commented 2 months ago

Ooooh, I think it might be the case that some of the architecture refactors and renames affected the ability to load a plan cache from before those changes. I will make a fix for this, but in the meantime, assuming it was working for you before, I think the issue will be fixed if you delete your plan cache so that it can get regenerated.