Merged
Conversation
tqchen
reviewed
Feb 1, 2021
| timeout(time: max_time, unit: 'MINUTES') { | ||
| sh "${docker_run} ${ci_gpu} ./tests/scripts/task_ci_python_setup.sh" | ||
| sh "${docker_run} ${ci_gpu} ./tests/scripts/task_config_build_gpu.sh" | ||
| sh "${docker_run} ${ci_gpu} ./tests/scripts/task_build.sh build standalone_crt" |
Member
There was a problem hiding this comment.
Would this trigger rebuild of libtvm? or simply just standalone_crt?
Contributor
Author
There was a problem hiding this comment.
ok resolved per our discussion. we will not explicitly introduce a separate build step here; instead we will add this build to tests/scripts/task_ci_setup.sh, which was previously tests/scripts/task_ci_python_setup.sh
f1a03cc to
7ae7214
Compare
hanke580
pushed a commit
to hanke580/incubator-tvm
that referenced
this pull request
Feb 2, 2021
…ORT_PACKED_FUNC macros in packed_func.h. This is a patch PR for apache#7388. (apache#7343) Co-authored-by: JC Li <jinli@nvidia.com>
* Make build/standalone_crt available to CI unit tests. * We could do this with stash but it's complex because we would need to use wildcards. Instead, rebuild standalone_crt source tree before testing.
7ae7214 to
eb6dc25
Compare
Contributor
Author
|
@tqchen good to merge now? |
added 2 commits
February 3, 2021 09:47
Member
|
@areusch please resolve merge conflict |
Contributor
Author
|
@tqchen done |
tqchen
approved these changes
Feb 8, 2021
alexwong
pushed a commit
to alexwong/tvm
that referenced
this pull request
Feb 11, 2021
…ORT_PACKED_FUNC macros in packed_func.h. This is a patch PR for apache#7388. (apache#7343) Co-authored-by: JC Li <jinli@nvidia.com>
alexwong
pushed a commit
to alexwong/tvm
that referenced
this pull request
Feb 11, 2021
electriclilies
pushed a commit
to electriclilies/tvm
that referenced
this pull request
Feb 18, 2021
…ORT_PACKED_FUNC macros in packed_func.h. This is a patch PR for apache#7388. (apache#7343) Co-authored-by: JC Li <jinli@nvidia.com>
Lokiiiiii
pushed a commit
to Lokiiiiii/tvm
that referenced
this pull request
Mar 2, 2021
…ORT_PACKED_FUNC macros in packed_func.h. This is a patch PR for apache#7388. (apache#7343) Co-authored-by: JC Li <jinli@nvidia.com>
Lokiiiiii
pushed a commit
to Lokiiiiii/tvm
that referenced
this pull request
Mar 2, 2021
trevor-m
pushed a commit
to neo-ai/tvm
that referenced
this pull request
Mar 2, 2021
…ORT_PACKED_FUNC macros in packed_func.h. This is a patch PR for apache#7388. (apache#7343) Co-authored-by: JC Li <jinli@nvidia.com>
trevor-m
pushed a commit
to neo-ai/tvm
that referenced
this pull request
Mar 2, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to use wildcards. Instead, rebuild standalone_crt source tree before testing.