Name Strings
SPV_INTEL_fpga_memory_accesses
Contact
To report problems with this extension, please open a new issue at:
Contributors
-
Mohammad Fawaz, Intel
-
Joe Garvey, Intel
-
Michael Kinsner, Intel
-
Alexey Sotkin, Intel
Notice
Copyright (c) 2020 Intel Corporation. All rights reserved.
Status
First draft
Version
Last Modified Date |
2020-02-20 |
Revision |
1 |
Dependencies
This extension is written against the SPIR-V Specification, Version 1.5 Revision 2.
This extension requires SPIR-V 1.0.
Overview
This extension adds decorations, useful for FPGA targets, that explicitly request that implementation of a memory access is configured in a certain way.
Extension Name
To use this extension within a SPIR-V module, the following OpExtension must be present in the module:
OpExtension "SPV_INTEL_fpga_memory_accesses"
New capabilities
This extension introduces a new capability:
FPGAMemoryAccessesINTEL
New Decorations
Decorations added under the FPGAMemoryAccessesINTEL capability:
BurstCoalesceINTEL CacheSizeINTEL DontStaticallyCoalesceINTEL PrefetchINTEL
Token Number Assignments
FPGAMemoryAccessesINTEL |
5898 |
BurstCoalesceINTEL |
5899 |
CacheSizeINTEL |
5900 |
DontStaticallyCoalesceINTEL |
5901 |
PrefetchINTEL |
5902 |
Modifications to the SPIR-V Specification, Version 1.5
Decoration
Modify Section 3.20, Decoration, adding these rows to the Decoration table:
Decoration | Extra Operands | Enabling Capabilities | ||
---|---|---|---|---|
5899 |
BurstCoalesceINTEL |
FPGAMemoryAccessesINTEL |
||
5900 |
CacheSizeINTEL |
Literal Number |
FPGAMemoryAccessesINTEL |
|
5901 |
DontStaticallyCoalesceINTEL |
FPGAMemoryAccessesINTEL |
||
5902 |
PrefetchINTEL |
Literal Number |
FPGAMemoryAccessesINTEL |
Capability
Modify Section 3.31, Capability, adding a row to the Capability table:
Capability | Implicitly Declares | |
---|---|---|
5898 |
FPGAMemoryAccessesINTEL |
Validation Rules
None.
Issues
None.
Revision History
Rev | Date | Author | Changes |
---|---|---|---|
1 |
2020-02-20 |
Mohammad Fawaz |
Initial public release |