Re: [PR] [Runtime] Compatibility with dmlc::Stream API changes [tvm]

2024-05-30 Thread via GitHub
tqchen merged PR #16998: URL: https://github.com/apache/tvm/pull/16998 -- 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-unsubscr...@tvm.apache.or

Re: [PR] [Runtime] Compatibility with dmlc::Stream API changes [tvm]

2024-05-29 Thread via GitHub
Lunderberg commented on PR #16998: URL: https://github.com/apache/tvm/pull/16998#issuecomment-2137823084 @tvm-bot rerun (Rerunning to use CI fix from https://github.com/apache/tvm/pull/17040.) -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] [Runtime] Compatibility with dmlc::Stream API changes [tvm]

2024-05-28 Thread via GitHub
tqchen commented on PR #16998: URL: https://github.com/apache/tvm/pull/16998#issuecomment-2135212528 @tvm-bot rerun -- 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 unsub

Re: [PR] [Runtime] Compatibility with dmlc::Stream API changes [tvm]

2024-05-22 Thread via GitHub
Lunderberg commented on PR #16998: URL: https://github.com/apache/tvm/pull/16998#issuecomment-2124784222 Upstream `dmlc-core` changes have landed, and this PR updates the submodule version to include the changes. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] [Runtime] Compatibility with dmlc::Stream API changes [tvm]

2024-05-14 Thread via GitHub
Lunderberg commented on PR #16998: URL: https://github.com/apache/tvm/pull/16998#issuecomment-2110615322 This PR is marked as a draft, until the upstream dmlc changes land. At that point, this PR will be updated to also include a version bump for `3rdparty/dmlc-core`. -- This is an auto

[PR] [Runtime] Compatibility with dmlc::Stream API changes [tvm]

2024-05-14 Thread via GitHub
Lunderberg opened a new pull request, #16998: URL: https://github.com/apache/tvm/pull/16998 This commit updates TVM implementations of `dmlc::Stream`. With https://github.com/dmlc/dmlc-core/pull/686, this API now requires the `Write` method to return the number of bytes written. This chan