lightvector / KataGo

GTP engine and self-play learning in Go

Home Page:https://katagotraining.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error CL_OUT_OF_RESOURCES when launching ./katago benchmark

BobLeRigoleur opened this issue · comments

My linux system has opencl installed and katago seems to find it. However, running ./katago benchmark gives this error at the end:

2024-02-26 21:19:20+0100: OpenCL backend thread 0: Model version 14
2024-02-26 21:19:20+0100: OpenCL backend thread 0: Model name: kata1-b18c384nbt-s9131461376-d4087399203
2024-02-26 21:19:21+0100: OpenCL backend thread 0: FP16Storage false FP16Compute false FP16TensorCores false FP16TensorCoresFor1x1 false
terminate called after throwing an instance of 'StringError'
  what():  OpenCL error at /home/user/data/kata/kata0/cpp/neuralnet/openclbackend.cpp, func err, line 1333, error CL_OUT_OF_RESOURCES (possibly ran out of GPU memory?)

What's the cause? Is the neural network too demanding? How can i fix this? I had no issue running katago on windows on this same computer.