KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

Report an error

Open FengmingGo opened this issue 1 year ago • 3 comments
trafficstars

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?

FengmingGo avatar Jul 19 '24 12:07 FengmingGo

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

lightvector avatar Jul 19 '24 12:07 lightvector

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 avatar Jul 19 '24 15:07 lightvector

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.

lightvector avatar Jul 19 '24 15:07 lightvector