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
Fix build issue with USE_CUDNN=0 #11470
Merged
Merged
Changes from 4 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6961a20
Fix build issue with CUDNN=0
anirudh2290 7bdf6c7
Fix nocudnn func name
anirudh2290 06815b4
Remove python2 tests
anirudh2290 def0842
Remove CPP package test
anirudh2290 e7e6084
Check assert raises when cudnn disabled for op tests on gpu
anirudh2290 a488e43
Merge with master
anirudh2290 0631682
Add line
anirudh2290 2d11ade
Remove whitespace
anirudh2290 f338866
add decorator for other ops
anirudh2290 2c7453a
Fix tests
anirudh2290 a5c2c79
Add and remove assert
anirudh2290 71d7d72
Fix op and common
anirudh2290 65d01e0
Fix merge issue
anirudh2290 4ce776c
Remove C API
anirudh2290 556dee1
Fix
anirudh2290 67d00a3
Fix lint
anirudh2290 266ba86
Add init git
anirudh2290 e837777
Rename CUDNN_DISABLED env variable
anirudh2290 2f590ee
Add a runtime function for nocudnn
anirudh2290 a2fc5f5
Resolve conflicts
anirudh2290 749981d
Remove MXCudnnIsenabled
anirudh2290 9573913
Add comment for disabled test
anirudh2290 e8d87dd
Add full link in comment
anirudh2290 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
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.
Is it needed to test python2 and python3 or is one enough?
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.
one is enough , i will remove python2.