-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Ryanunderhill/rel 1.1.0 #2651
Merged
Merged
Ryanunderhill/rel 1.1.0 #2651
Conversation
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
…ibly fix Java build issue
Fix random error caused by this.
Support opset verion 11 in reshape fusion
…#2605) Support opset 11 Squad model that is exported from PyTorch nightly. The embed layer uses Range op which is missed in the transformer.
Support subgraph of SQuAD model exported from pytorch with dynamic input axes
* Shortcut cuda Pad() when no padding is needed.
Special treatment for 2D, check same size as input image. And in 2d kernel, template use_expolation.
* Optimize cuda scatter() on 2D compatible. * Add some comments.
snnn
approved these changes
Dec 14, 2019
HectorSVC
approved these changes
Dec 14, 2019
tianleiwu
approved these changes
Dec 14, 2019
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.
Make sure fenced tensor could not reuse other tensor. (#2561)
Add support for opset 11 in reshape fusion (#2592)
Support opset 11 subgraph of Squad model in Embed Layer Normalization (#2605)
Allow providers to be set for InferenceSession at construction (#2606)
EmbedLayerNormalization Fusion For Dynamic Squad Model Opset 10 (#2613)
Improve Embed Layer Norm Fusion for SQuAD with static input shape (#2621)
Improve cuda expand() opeator's performance. (#2624)
Cuda pad optimize when no padding is needed. (#2625)
Improve performance of resize() in Nearest mode (#2626)
Optimize cuda scatter() on 2D compatible. (#2628)
fix float16 comparison in initializer (#2629)
epsilon attribute for layernormalization fusion (#2639)
Fix memory exception in Layer Norm Fusion (#2644)