gussmith23 commented on pull request #8070: URL: https://github.com/apache/tvm/pull/8070#issuecomment-843612061
It sounds like your repository is in a weird state. can you post the output of `git status`? I suspect you need to run `git submodule sync` and `git submodule update` for some of the submodules. if `git status` shows that there are changes in any submodules, run those commands on the submodules. On Tue, May 18, 2021, 3:27 PM sahooora ***@***.***> wrote: > Do you have an SSH key added to Github? > > I've added an SSH key to Github and it solves the error. Thanks! > Now for "make tvm" I got a bunch of errors. For example, the first error > is: > > tvm/include/tvm/runtime/c_runtime_api.h:135:9: error: ‘DLContext’ does not name a type; did you mean ‘kTVMContext’? > > typedef DLContext TVMContext; > > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/tvm/pull/8070#issuecomment-843608906>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAJFZAK54ZPUHOUJ5SDFFMDTOLST7ANCNFSM45DBBYRQ> > . > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
