sahooora commented on pull request #8070:
URL: https://github.com/apache/tvm/pull/8070#issuecomment-843615238


   > 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 <[#8070 
(comment)](https://github.com/apache/tvm/pull/8070#issuecomment-843608906)>, or 
unsubscribe 
<https://github.com/notifications/unsubscribe-auth/AAJFZAK54ZPUHOUJ5SDFFMDTOLST7ANCNFSM45DBBYRQ>
 .
   
   The output of "git status":
   
   ```
   On branch 2021-05-18-fix-byodt-parsing
   Your branch is up to date with 'gussmith23/2021-05-18-fix-byodt-parsing'.
   
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git checkout -- <file>..." to discard changes in working directory)
   
        modified:   ../3rdparty/dlpack (new commits)
        modified:   ../3rdparty/dmlc-core (new commits)
        modified:   ../3rdparty/vta-hw (new commits)
   
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
   
        ../3rdparty/libbacktrace/
   
   no changes added to commit (use "git add" and/or "git commit -a")
   ```


-- 
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]


Reply via email to