This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Fixing issue #17840 #18526
Open
jinboci
wants to merge
27
commits into
apache:master
Choose a base branch
from
jinboci:new_branch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fixing issue #17840 #18526
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
6774474
fix the error message of reshape()
29ddefe
Fixing issue #16655 reshape() error message
7627eaa
test pr
087a100
fixing #17840
75f975b
fixing issue #17840
aafaa99
Merge remote-tracking branch 'upstream/master' into new_branch
84c389a
fixing issue #17840
47ba73f
remove blankspace
060a3b1
fixing bugs
46256d4
fixing bugs
bb8727b
fixing cpu errors
1e406c7
fixing review issues
c4dbc64
restoring tvmop tests
a92f500
Apply suggestions from code review
jinboci beca3b8
Update c_api.cc
jinboci 2bdeb6b
Apply suggestions from code review
d55a005
Merge branch 'new_branch' of https://github.com/JinboCi/incubator-mxn…
3183a90
Apply suggestions from code review
3bb193c
Merge branch 'test_tvmop' into new_branch
dfd98a4
Update multiarray.py
jinboci a578b0d
Merge branch 'master' into new_branch
jinboci ebfc059
fixing bugs
c75ed75
Update c_api.cc
jinboci 0ee8126
try fixing libcuda.so.1 cannot open shared object file
4c6298f
reset changes of utls.py
jinboci da96721
fixing bugs
165f697
Merge branch 'new_branch' of https://github.com/JinboCi/incubator-mxn…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be better to pass
libpath
as dir, and do libpath + "libtvmop.so" as well to keep consistency.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rewrite it in a more elegant way :)