Skip to content

add support for out of bounds load/store #2277

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

Conversation

VyacheslavLevytskyy
Copy link
Contributor

@VyacheslavLevytskyy VyacheslavLevytskyy commented Dec 19, 2023

Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194

@MrSidims
Copy link
Contributor

The spec was published here: intel/llvm#12497

@VyacheslavLevytskyy VyacheslavLevytskyy marked this pull request as ready for review January 26, 2024 13:22
@MrSidims
Copy link
Contributor

Restarting CI

@MrSidims MrSidims closed this Jan 29, 2024
@MrSidims MrSidims reopened this Jan 29, 2024
@VyacheslavLevytskyy VyacheslavLevytskyy force-pushed the add_out_of_bounds_load_store branch from 4abebff to b682e98 Compare January 29, 2024 14:11
@MrSidims MrSidims merged commit b62cb55 into KhronosGroup:main Jan 29, 2024
MrSidims pushed a commit to MrSidims/SPIRV-LLVM-Translator that referenced this pull request Mar 20, 2024
…up#2277)

Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
MrSidims pushed a commit that referenced this pull request Mar 22, 2024
Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
ficol pushed a commit to ficol/SPIRV-LLVM-Translator that referenced this pull request Apr 9, 2024
…up#2277)

Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
ficol pushed a commit to ficol/SPIRV-LLVM-Translator that referenced this pull request Apr 9, 2024
…up#2277)

Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
MrSidims pushed a commit that referenced this pull request Apr 10, 2024
Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
ficol pushed a commit to ficol/SPIRV-LLVM-Translator that referenced this pull request Apr 10, 2024
…up#2277)

Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
MrSidims pushed a commit that referenced this pull request Apr 19, 2024
Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
MrSidims pushed a commit that referenced this pull request Apr 22, 2024
Add support for load/store operations for a cooperative matrix such that original matrix shape is known and implementations are able to reason about how to deal with the out of bounds.

CapabilityCooperativeMatrixCheckedInstructionsINTEL = 6192
CooperativeMatrixLoadCheckedINTEL = 6193
CooperativeMatrixStoreCheckedINTEL = 6194
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants