When using the official tutorial: autotvm_matmul_x86.py, the tuning trials is set to 10,
and the matrix size is set to N, L, M = 204320432043. An error occurred during the execution as follows:
Check failed:(code == RPCCode::kReturn)is false: code =1
Check failed:(code == RPCCode::kReturn)is false: code =kShutdown
How can I solve this problem?
My environment is:
Ubuntu 20.04.6
Thanks!