You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][FPGA][NFC] Refactor of memory attribute tests (#9441)
This patch
i. updates tests for FPGA Memory Attributes below:
[[intel::numbanks()]]
[[intel::force_pow2_depth()]]
[[intel::bankwidth()]]
[[intel::max_replicates()]]
[[intel::bank_bits()]]
[[intel::private_copies()]]
[[intel::merge("mrg1", "depth")]]
[[intel::merge("mrg2", "width")]]
[[intel::fpga_register]]
[[intel::fpga_memory("MLAB")]]
[[intel::fpga_memory("BLOCK_RAM")]]
[[intel::doublepump]]
[[intel::singlepump]]
[[intel::simple_dual_port]]
ii. separates AST and diagnostics to make it easier to
read/follow-up/debug in future.
ii. removes duplicate test cases.
iii. no compiler change.
---------
Signed-off-by: Soumi Manna <[email protected]>
0 commit comments