i noticed that some log in tvm cpp source print is write as below: VLOG(1) << “xxxxxx” << std::endl;
i want this VLOG related logs be printed , some how to open it ?
i noticed that some log in tvm cpp source print is write as below: VLOG(1) << “xxxxxx” << std::endl;
i want this VLOG related logs be printed , some how to open it ?
Maybe this is what you are looking for: https://tvm.apache.org/docs/dev/how_to/debugging_tvm.html
thanks !! i works for me .