Paul White
Paul White
# Summary the loop labels in the code snippet should be removed since our compiler does not support them. Also this description should include the illustrative interleaving table from our...
# Summary The links to the documentation (e.g. Initiation Interval, loop-carried dependencies, -Xsclock) are broken. # URLs https://github.com/oneapi-src/oneAPI-samples/blob/master/DirectProgramming/DPC%2B%2BFPGA/Tutorials/Features/loop_initiation_interval/README.md # Additional details the links should point to the docs: [Xsclock](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-fpga-optimization-guide/top/flags-attr-prag-ext/optimization-flags/spcfy-schd-fmax-trgt.html) [Initiation...
# Existing Sample Changes ## Description Simplify convolution2d code sample by removing the proprietary DataBundle header and replace it with std::array for simplicity and portability. Fixes Issue# ## External Dependencies...