-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TOPI] Conv2d Added and Optimized for Intel HD Graphics #1290
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
76aa3d4
intel gpu conv schedule added
Laurawly 87d12fc
intel gpu added to topi
Laurawly 0f0660a
conv2d output packing added
Laurawly 1762a30
intel gpu conv2d updated
Laurawly 023e728
minor changes
Laurawly 82752eb
conv2d packing schedule fixed
Laurawly 3e28f93
conv2d.py
Laurawly ea5f4fb
weight reordering added
Laurawly 8b7bd9f
pooling updated
Laurawly 49fc6bc
code reduce
Laurawly 8735e36
kernel consist packing added with improved end-to-end performance
Laurawly 8e5b768
warp sync changed to barrier
Laurawly c7e7fb2
merged conv2d_nchw and conv2d_NCHWc
Laurawly 5638ee8
resnet50 end-to-end perform added
Laurawly 2ebd932
fix lint errors
Laurawly 870a465
lint error fixed
Laurawly 490fc33
fix nnmv.symbol importing problem
Laurawly a1083a6
rename folder intel_gpu to intel_graphics for more accuracy
Laurawly ef39213
change init
Laurawly ca91057
reviews addressed
Laurawly e8c0f2d
change target namespace from intel_gpu to intel_graphics
Laurawly 3081156
update function description to be more accurate
Laurawly 76296d5
alignment fixed
Laurawly 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# pylint: disable=redefined-builtin, wildcard-import | ||
"""Intel Gen9 GPU specific declaration and schedules.""" | ||
from __future__ import absolute_import as _abs | ||
|
||
from .conv2d import * |
Oops, something went wrong.
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.
alignment