-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update patch with latest commits (#19706)
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> --------- Co-authored-by: Sheil Kumar <[email protected]> Co-authored-by: Sheil Kumar <[email protected]> Co-authored-by: Scott McKay <[email protected]> Co-authored-by: Changming Sun <[email protected]> Co-authored-by: Yulong Wang <[email protected]> Co-authored-by: Yi Zhang <[email protected]> Co-authored-by: Your Name <[email protected]> Co-authored-by: kunal-vaishnavi <[email protected]> Co-authored-by: Yufeng Li <[email protected]> Co-authored-by: Sumit Agarwal <[email protected]> Co-authored-by: kailums <[email protected]> Co-authored-by: Rachel Guo <[email protected]> Co-authored-by: rachguo <[email protected]> Co-authored-by: duanshengliu <[email protected]> Co-authored-by: cloudhan <[email protected]> Co-authored-by: Adrian Lizarraga <[email protected]> Co-authored-by: zesongw <[email protected]> Co-authored-by: Maximilian Müller <[email protected]> Co-authored-by: pengwa <[email protected]>
- Loading branch information
1 parent
96bd1fe
commit 07957b0
Showing
99 changed files
with
7,367 additions
and
845 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
set(CMAKE_C_STANDARD_LIBRARIES_INIT onecoreuap_apiset.lib) | ||
set(CMAKE_CXX_STANDARD_LIBRARIES_INIT onecoreuap_apiset.lib) | ||
set(CMAKE_C_STANDARD_LIBRARIES_INIT onecoreuap.lib) | ||
set(CMAKE_CXX_STANDARD_LIBRARIES_INIT onecoreuap.lib) |
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,31 @@ | ||
[ | ||
{ | ||
"name": "Add with no attributes", | ||
"operator": "Add", | ||
"attributes": [], | ||
"cases": [ | ||
{ | ||
"name": "T[2,0] T[2,1]", | ||
"inputs": [ | ||
{ | ||
"data": [], | ||
"dims": [2, 0], | ||
"type": "float32" | ||
}, | ||
{ | ||
"data": [1, 2], | ||
"dims": [2, 1], | ||
"type": "float32" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"data": [], | ||
"dims": [2, 0], | ||
"type": "float32" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.