You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/18 22:22:17 UTC

[GitHub] [tvm] driazati commented on pull request #10014: Fix function number datatype from char to uint16_t

driazati commented on PR #10014:
URL: https://github.com/apache/tvm/pull/10014#issuecomment-1130624686

   Hey @A1245967 this PR's last CI run was a bit out of date so it broke things when it was merged with the `main` branch, so we had to revert it in c32224f314cf6128ddc2801a120232d9ffa80a54. If you open another PR with the same changes (which you can do with something like
   
   ```bash
   cd tvm
   git fetch origin main
   git reset --hard origin/main
   curl -L https://github.com/apache/tvm/pull/10014.diff | patch -p1 -N -d .
   # then git add, commit as usual
   ```
   
   ) and fix the CI bug we can get it merged back in ASAP


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org