-
Notifications
You must be signed in to change notification settings - Fork 802
[SYCL][Matrix] Add get-coord API and general query example #7964
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
9628bd0
- Remove the general query from TODO list as an example is added to t…
dkhaldi 39875df
add an other distribution example
dkhaldi e42ef4a
add revision history
dkhaldi 8bb98c1
Bader comments
dkhaldi 48386d6
better wording
dkhaldi 1e85155
Incorporate Greg comments and other improvements, specifically:
dkhaldi 6f91525
Update the specification document to follow the formal template
dkhaldi cdcab5a
add tf32 type and conversion function
dkhaldi 04e18fe
correct the matrix types in the appendix
dkhaldi 9403a38
correct the matrix types in the appendix
dkhaldi ddb87f1
remove _t from the types
dkhaldi 8a8e0a9
Specify in Status that joint matrix is an optional kernel feature
dkhaldi 7e610aa
Move the iteration-style EWOps to the Intel extension and introduce j…
dkhaldi 509056c
Address Jack's comments
dkhaldi 805630c
Add get_info runtime query
dkhaldi 20c09c9
reword the optional device feature checking
dkhaldi a7494c8
Address Greg's comments
dkhaldi 7159591
Incorporate the last batch of Greg's comments
dkhaldi 5b9fdfc
incorporate Greg's comments: query syntax
dkhaldi e0f683e
use sycl::ext::oneapi::experimental::architecture and remove scope query
dkhaldi 008dbfc
fix the comments formatting
dkhaldi efb103a
- Add overloads and explanation for each of the API in the tf32 section
dkhaldi e69ff85
typo
dkhaldi 6868a37
Address Greg's comments in the Intel extension
dkhaldi fb70d27
Add overload of joint matrix apply where row and col are provided
dkhaldi 433e65a
Address Greg's comments: change packed name, add tf32 rounding mode, …
dkhaldi f5694eb
fix formatting
dkhaldi 862880e
Address Greg's comments: remove loop-based indexing, add Td and defau…
dkhaldi 885cf09
Incorporate Greg's suggestions
dkhaldi d0a81af
Incorporate Greg's small comments in intel-specific spec
dkhaldi cd41588
Rename folder name, add primary definition of matrix_params
dkhaldi 0bf47c9
Add missing const to multi_ptr
dkhaldi 15306d6
- Add copy function; - Add clarification about copy constructor and a…
dkhaldi bee344e
small typo correction
dkhaldi e5648e4
Remove default copy constructor and assign op
dkhaldi e22d057
fixed merge conflicts without merging and add Jack's Nvidia combinati…
dkhaldi 0b4eecc
Remove the oneapi matrix folder that is replaced here by matrix folde…
dkhaldi 8d80ad6
Add old folder to try to fix conflicts
dkhaldi 1059870
Merge branch 'intel:sycl' into get-coord-doc
dkhaldi 35c8744
remove the old folder that resulted from the merge with sycl branch
dkhaldi d63bdb8
address Greg's comments: change Nvidia table, minor formatting
dkhaldi 7bfb8e5
corrected two types in the Nvidia table
dkhaldi 08fd2db
address Greg, Jack, and Alexey comments
dkhaldi d7d0a70
Clarify use of must when referring to the query interface
dkhaldi bf8e00c
Address Greg's comments: fix 2 broken lines, const multi_ptr, line wrap
dkhaldi 84af291
Add clarifications about joint_matrix_copy
dkhaldi 2c2af7d
Add non const overload to tf32 load as implicit conversion for multi_…
dkhaldi e8bde89
minor clarification
dkhaldi a7f92ce
fix width of query table
dkhaldi 789b593
fix the width for the right table
dkhaldi ee28250
Avoid line breaks in table by using source block
gmlueck 2d80d16
add the conflicted file first in order to resolve the conflict
dkhaldi 901252b
Merge branch 'intel:sycl' into get-coord-doc
dkhaldi 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.