-
Notifications
You must be signed in to change notification settings - Fork 722
Commit 142a3e1
comment out 'trigger' lines in CI job until further testing complete. (#1533)
* 2023.1 Release PR (#1499)
* FPGA: Update dsp_control README (#1269)
* FPGA: Revert "FPGA: Remove db query 9 in 2023.0 (#1257)" (#1281)
This reverts commit 86c4aa8 and
reenables the db9 code sample in 2023.1
* FPGA: Batch PR - sim support - selectors update - readme rework (#1280)
This PR:
- adds simulation support to almost all of the remaining FPGA code samples
- reworks all the FPGA code sample READMEs to update the software requirements
- reworks the FPGA code samples READMEs from the Tutorials folder to now reference the FPGA top-level README and remove any duplicated information
- changes all FPGA samples selectors to comply with the 2023.1 new selectors
- edits all FPGA READMEs to specify to use the CL_CONTEXT_MPSIM_DEVICE_INTELFPGA environment variable when running the FPGA simulator flow
* FPGA: Remove all references to Windows in README (#1273)
* Update samples to SYCL 2023 specifications (#1286)
* FPGA: fix io_streaming assets location (#1289)
* FPGA: remove instructions to build merge_sort on Windows (#1290)
* FPGA: Update printf readme and fixed some typos (#1288)
* Added simulation instructions to README for 2023.1
* Corrected for running simulation since windows need multiple commmands to run
* FPGA: Top level readme update (#1285)
* removed dpc_common.hpp dependency (#1282)
Co-authored-by: Rakshith Krishnappa <[email protected]>
* FPGA: add simulation support to the private_copies samples (#1296)
* Reverted PR#1265 and PR#1266 (#1298)
* Update repo Readme.md (#1308)
Update readme to reflect the current changes in repo behavior, which is that the master branch is stable and works with current released toolkits.
* FPGA: Move all FPGA samples to IP Authoring, targeting Agilex by default (#1307)
# Existing Sample Changes
## Description
All of the FPGA samples are moved to the IP Authoring flow.
The default target for all samples is now Agilex.
For targeting a specific board, the user must run `cmake` with `-DFPGA_DEVICE=` his own BSP name.
* matrix_mul_mkl: use single precision for compatibility with all devices (#1310)
* updated latest GPU devices in Occupancy Calculator (#1309)
* FPGA: add a warning when compiling the CRR design in the simulation flow (#1318)
The simulation runtime of the CRR design is very long.
This PR adds a message that the users can see when they compile for simulation warning them about this long runtime.
* FPGA: Update throughput numbers for mvdr_beamforming design for 2023.1 release (#1325)
* FPGA: Update QRD s10 default seed (#1324)
This PR updates the PAC S10 default seed of the QRD design in order to meet the expected performance for 2023.1
* FPGA: Add `device_global` sample (#1291)
* update the sample with mcg59 as a default engine (#1331)
* FPGA: remove fp-relaxed from compile cli, use fp-precise for widnows emulator (#1321)
* FPGA: create new invocation interfaces sample (#1303)
* FPGA: New Code Sample `minimum_latency` (#1302)
* FPGA: Fix typo (#1342)
* FPGA: Add `fpga_template` sample (#1262)
* FPGA: Bug fix to the functionality of the `dynamic_profiler` tutorial (#1340)
* FPGA: Reduce the `decompress` test file sizes when running simulation to make the runtime faster (#1351)
* Compilator update (#1349)
* Change compiler in makefiles
* Change compiler in cmake files
* Updated TBB source files to use default_selector_v (#1360)
Co-authored-by: gta <[email protected]>
* update Makefile to compile with icpx (#1363)
Co-authored-by: rupakroyintel <[email protected]>
* FPGA: Typo for s10 support in `device_globals` (#1359)
* FPGA: Add platform designer tutorial (#1348)
* FPGA: prevent an out of bounds memory access in streaming_qrd.hpp (#1367)
* FPGA: Move the simple-add and vector-add samples to the IP Authoring flow (#1369)
* FPGA: Update onchip memory cache readme (#1358)
Updated readme to match new template (with exceptions for FPGA), updated branding, updated some formatting, corrected some grammar. Updated content to reflect changes requested by reviewer.
* FPGA: Remove Windows simulator command for memory_attributes (#1374)
* Fix compilation error (#1371)
* FPGA: replace Agilex™ with Agilex® (#1372)
* FPGA: Fix decompress emulation flow not using the correct files(#1373)
* FPGA: Fix race condition in the buffered_host_streaming sample (#1375)
* Update FPGA optimize inner loop readme (#1380)
Restructure to match new template. Updated formatting. Rewrote and restructured for clarity. Moved images to assets folder. Corrected some relative link issues (assuming master branch).
* FPGA: incorrect path update (#1382)
* Relax correctness test for Ch04 matrix multiply (#1378)
Co-authored-by: gta <[email protected]>
* FPGA: Reduce the design size of the memory_attributes design in simulation (#1383)
* FPGA: Fix inconsistent device flags in 4 samples (#1384)
Some of the samples required the device flags to be set using -DDEVICE_FLAG=-DAgilex rather than -DDEVICE_FLAG=Agilex.
This change makes all the samples consistent with the second option.
* FPGA Shannonization Sample readme update (#1386)
Changed sample name in readme to match name in sample.json file. Restructured to match new template, with exceptions for FPGA structure. Moved images into “assets” subfolder. Corrected formatting. Added missing build and run instructions for Windows. Rewrote and restructured some sections for clarity.
* FPGA: Update Host-Device Streaming using USM readme (#1391)
Changed sample name in readme to match name in sample.json file. Restructured to match new template, with exceptions for FPGA structure. Moved images into “assets” subfolder. Corrected some formatting. Rewrote and restructured some sections for clarity.
* Update FPGA pipe array readme (#1385)
Changed the sample name in the readme to match the name in the sample.json file. Restructured the readme to match the new template, with exceptions related to FPGA structure. Corrected formatting. Updated some branding. Rewrote and restructured some sections for clarity.
* Revert "FPGA: Remove Windows simulator command for memory_attributes (#1374)" (#1389)
This reverts commit 149dbb6.
* FPGA: better fix for the concurrency issue in buffered_host_streaming (#1392)
* FPGA: Reduce test size from 64 to 2 for memory_attributes simulator target (#1390)
* FPGA: update gzip seed (#1381)
* FPGA: improve build instructions in the READMEs for samples that require IS_BSP (#1388)
* FPGA: make the decompress design use shared memory allocations in IPA flow (#1396)
* FPGA: check USM support in fpga_template (#1397)
* FPGA: Add the missing simulator selector to the CRR design. (#1398)
* ApplicationDebugger: rely on ONEAPI_DEVICE_SELECTOR to select device. (#1387)
Affected samples: array-transform, jacobi.
Remove the custom selector.hpp files.
Update README to use ONEAPI_DEVICE_SELECTOR instead of arguments.
Update sample.json files.
Signed-off-by: Natalia Saiapova <[email protected]>
* FPGA: improve the minimum_latency cmake device detection (#1399)
* Triangular Loop readme update (#1393)
Changed sample name in readme to match name in sample.json file. Restructured to match new template, with exceptions for FPGA structure. Corrected some formatting. Rewrote and restructured some sections for clarity.
* Zero Copy Data Transfer readme update (#1394)
Changed sample name in readme to match name in sample.json file. Restructured to match new template, with exceptions for FPGA structure. Moved images into “assets” subfolder. Corrected formatting. Rewrote and restructured some sections for clarity.
* FPGA: Improve the `fpga_compile` tutorial (#1347)
* FPGA: Add platform designer tutorial: Readme clarification (#1400)
* FPGA compile update - fix compile problem with USM device check (#1402)
* FPGA: compile - remove +/- in path (#1404)
* Document that simulator for mvdr_beamforming can take a long time (#1405)
* FPGA: Add note to large designs READMEs to warn users about large FPGA parts requirements (#1407)
* changed the default sub-group size to 32 (#1406)
Co-authored-by: Praveen Kundurthy <[email protected]>
* FPGA: Update seeds of the GZIP and QRD design to meet performance target (#1414)
* FPGA: Reduce test size for simple_host_streaming simulator target (#1415)
* ApplicationDebugger: update make targets with ONEAPI_DEVICE_SELECTOR (#1416)
Signed-off-by: Natalia Saiapova <[email protected]>
* FPGA: fix anr cmake file (#1420)
The anr sample cmake file was not allowing to target parts that did not contain the keywords "agilex" or "a10" or "s10".
This PR addresses this gap.
* Added release.json for samples CI (#1418)
* FPGA: add include path in compile command (#1423)
* FPGA: fix the HW compile seed for the ivdep sample (#1427)
This sample is notorious for getting a high percentage of timing failures during quartus compiles on the PAC boards.
This PR fixes the seed so that we know it compiles cleanly on PAC boards.
* updated GPU Occupancy Calculator with PVC GPU (#1425)
* updated GPU Occupancy Calculator with PVC GPU
* updated GPU names in Occupancy Calculator
* Tools/ApplicationDebugger: update jacobi sample. (#1421)
* Restructure the source code:
- the common parts are moved to jacobi.cpp;
- the computation parts have two flavors:
- bugged.cpp contains computation with bugs;
- fixed.cpp contains fixed computation;
* Simplify reductions;
* Update README.
Signed-off-by: Saiapova, Natalia <[email protected]>
* Update GPU-Opt-Guide examples to 2023.03.14 (#1432)
* FPGA: Provide smaller input file size option for gzip (#1431)
Provide the option to run gzip_ll with 100 B file so that the simulator flow takes < 2h to finish for Questa FSE.
* updated oneapi_essentials module2 notebook and code sample (#1430)
* updated oneapi_essentials module2 notebook and code sample
* updated Makefile
* Add all files (#1437)
* Add all files (#1436)
* Updated sample.json files for cuBLAS and matrix_mul_SYCLMigration (#1442)
* change compiler for new oneDNN release (#1435)
* adding Jupyter Notebooks for cuda to sycl migration learning path (#1439)
* FPGA: Reduce array size for simulation in the loop_unroll sample (#1443)
The loop unroll code sample's array size was 1024 for simulation which caused simulating with Questa FSE on Windows to be very slow (>24 hours).
This changes the array size to 16 which lets the simulation to complete in ~1 hour using Questa FSE on Windows.
* FPGA: fix incorrect paths in Windows CI steps (#1445)
Some FPGA samples had incorrect path in their CI steps in the sample.json file.
* Pred modeling updates (#1446)
* Predictive Modeling Updates
* fix complete
---------
Co-authored-by: u51369 <[email protected]>
* Rendering: path tracing with embree cpu updates (#1362)
* First pass at CPU Embree 4 changes, need to change header
Signed-off-by: Carroll, Michael R <[email protected]>
* Added embree 4 headers and CMake flexibility
Signed-off-by: Carroll, Michael R <[email protected]>
* warning fixes for boolean
Signed-off-by: Carroll, Michael R <[email protected]>
* README, coherent ray updates for embree 4
Signed-off-by: Carroll, Michael R <[email protected]>
* style formatting
Signed-off-by: Carroll, Michael R <[email protected]>
* README fixes and removal of stub mis code
Signed-off-by: Carroll, Michael R <[email protected]>
* Updating sample.json for dirs and ONSAM-1563
Signed-off-by: Carroll, Michael R <[email protected]>
* sample.json for MacOS per ONSAM ticket
Signed-off-by: Carroll, Michael R <[email protected]>
* pathtracer lib ref update for macos validation consistency
Signed-off-by: Carroll, Michael R <[email protected]>
---------
Signed-off-by: Carroll, Michael R <[email protected]>
* Rendering: IntroToRayTracingWithEmbree embree4 update (#1354)
* rkRayTracer Embree4 GPU: Updated sample.json for validation
Signed-off-by: Carroll, Michael R <[email protected]>
* Embree 4 compatibility updates for Ray Tracer
Signed-off-by: Carroll, Michael R <[email protected]>
* Ray Tracer Embree4 sample.json update
Signed-off-by: Carroll, Michael R <[email protected]>
* Firmer reference to rkcommon (macOS validation helper)
Signed-off-by: Carroll, Michael R <[email protected]>
* Cleaning up helper script/CMake syntax
Signed-off-by: Carroll, Michael R <[email protected]>
---------
Signed-off-by: Carroll, Michael R <[email protected]>
* Rendering Embree4 GSG Updates (#1353)
* stage embree gsg for cpu
Signed-off-by: MichaelRoyceCarroll <[email protected]>
* Add gpu to Rendering 02_embree... TODO: test/json val/readme
Signed-off-by: Carroll, Michael R <[email protected]>
* Adding license file in all folders for 02_embree
Signed-off-by: Carroll, Michael R <[email protected]>
* Update Embree gsg README.md
* Update embree4 readme.md
* embree minimal samples updated for embree 4... prewindows testing
Signed-off-by: Carroll, Michael R <[email protected]>
* Checked on Windows, fixed readme... ready for PR review
Signed-off-by: MichaelRoyceCarroll <[email protected]>
* Embree4 gsg JSON automation updates
Signed-off-by: Carroll, Michael R <[email protected]>
* README updates... thx to @jkinsky feedback
Signed-off-by: Carroll, Michael R <[email protected]>
---------
Signed-off-by: MichaelRoyceCarroll <[email protected]>
Signed-off-by: Carroll, Michael R <[email protected]>
Co-authored-by: MichaelRoyceCarroll <[email protected]>
* Fix double to float (#1447)
* FPGA: Platform designer readme touchup (#1449)
* Added SECURITY.md (#1450)
* Removed Windows validation step from ciTests (#1451)
* Rtk development branch fix for validation 20230320 (#1458)
* sample.json update for macos validation workaround
Signed-off-by: Carroll, Michael R <[email protected]>
* samples.json workaround for validation rtk pathtracer
Signed-off-by: Carroll, Michael R <[email protected]>
---------
Signed-off-by: Carroll, Michael R <[email protected]>
* FPGA: Fix windows CI steps in platform designer (#1459)
* Updated Makefile.win to resolve Windows compilation errors (#1460)
* Updated makefile to remove sycl.lib (#1468)
* Allow Ch18 DPC++ book code samples to compile (#1467)
* Uncommented CMakeLists.txt for Ch18 DPC++ book code samples
* Updated CMakeLists.txt
* Tools/ApplicationDebugger/jacobi: remove Windows from sample.json (#1470)
* Tools/ApplicationDebugger/jacobi: remove Windows from sample.json
Signed-off-by: Natalia Saiapova <[email protected]>
* Update sample.json
---------
Signed-off-by: Natalia Saiapova <[email protected]>
Co-authored-by: Jimmy Wei <[email protected]>
* FPGA: document RTL library issue with the 2023.1 release. (#1471) (#1472)
* FPGA: remove 2023.0 cruft in anticipation of 2023.1 release (#1476)
This is a port of #1474
* FPGA: reduce snappy decompression simulation duration (#1478)
When using Questa FSE, the simulation time of the snappy decompression of Stratix 10 was excessively long, This PR reduces the problem size when running in simulation to speed up the execution time. This PR is a port of #1475.
* FPGA: Set fp model to "precise" for ac_fixed sample (#1483)
* set fp-model to precise for emu only
* set fp-model to precise for all platforms
---------
Signed-off-by: Natalia Saiapova <[email protected]>
Signed-off-by: Saiapova, Natalia <[email protected]>
Signed-off-by: Carroll, Michael R <[email protected]>
Signed-off-by: MichaelRoyceCarroll <[email protected]>
Co-authored-by: Shuo Niu <[email protected]>
Co-authored-by: Justin Rosner <[email protected]>
Co-authored-by: yuguen-intel <[email protected]>
Co-authored-by: Peng Tu <[email protected]>
Co-authored-by: Hao Xiang Yang <[email protected]>
Co-authored-by: Rakshith <[email protected]>
Co-authored-by: Rakshith Krishnappa <[email protected]>
Co-authored-by: Artem Radzikhovskyy <[email protected]>
Co-authored-by: jkinsky <[email protected]>
Co-authored-by: petercad <[email protected]>
Co-authored-by: Andrei Fedorov <[email protected]>
Co-authored-by: Brox Chen <[email protected]>
Co-authored-by: intel-jisheng1 <[email protected]>
Co-authored-by: Paul White <[email protected]>
Co-authored-by: alisanikiforova <[email protected]>
Co-authored-by: IgorOchocki <[email protected]>
Co-authored-by: gta <[email protected]>
Co-authored-by: Roy-Rupak <[email protected]>
Co-authored-by: rupakroyintel <[email protected]>
Co-authored-by: intel-liudean <[email protected]>
Co-authored-by: gta <[email protected]>
Co-authored-by: nsaiapova <[email protected]>
Co-authored-by: Kevin Xu <[email protected]>
Co-authored-by: praveenkk123 <[email protected]>
Co-authored-by: Praveen Kundurthy <[email protected]>
Co-authored-by: Louie Tsai <[email protected]>
Co-authored-by: IlanTruanovsky <[email protected]>
Co-authored-by: bjodom <[email protected]>
Co-authored-by: u51369 <[email protected]>
Co-authored-by: MichaelRCarroll-Intel <[email protected]>
Co-authored-by: MichaelRoyceCarroll <[email protected]>
Co-authored-by: wangdi4 <[email protected]>
* comment out 'trigger' lines in CI job until further testing complete.
Signed-off-by: michael vincerra <[email protected]>
---------
Signed-off-by: Natalia Saiapova <[email protected]>
Signed-off-by: Saiapova, Natalia <[email protected]>
Signed-off-by: Carroll, Michael R <[email protected]>
Signed-off-by: MichaelRoyceCarroll <[email protected]>
Signed-off-by: michael vincerra <[email protected]>
Co-authored-by: Jimmy Wei <[email protected]>
Co-authored-by: Shuo Niu <[email protected]>
Co-authored-by: Justin Rosner <[email protected]>
Co-authored-by: yuguen-intel <[email protected]>
Co-authored-by: Peng Tu <[email protected]>
Co-authored-by: Hao Xiang Yang <[email protected]>
Co-authored-by: Rakshith <[email protected]>
Co-authored-by: Rakshith Krishnappa <[email protected]>
Co-authored-by: Artem Radzikhovskyy <[email protected]>
Co-authored-by: jkinsky <[email protected]>
Co-authored-by: petercad <[email protected]>
Co-authored-by: Andrei Fedorov <[email protected]>
Co-authored-by: Brox Chen <[email protected]>
Co-authored-by: intel-jisheng1 <[email protected]>
Co-authored-by: Paul White <[email protected]>
Co-authored-by: alisanikiforova <[email protected]>
Co-authored-by: IgorOchocki <[email protected]>
Co-authored-by: gta <[email protected]>
Co-authored-by: Roy-Rupak <[email protected]>
Co-authored-by: rupakroyintel <[email protected]>
Co-authored-by: intel-liudean <[email protected]>
Co-authored-by: gta <[email protected]>
Co-authored-by: nsaiapova <[email protected]>
Co-authored-by: Kevin Xu <[email protected]>
Co-authored-by: praveenkk123 <[email protected]>
Co-authored-by: Praveen Kundurthy <[email protected]>
Co-authored-by: Louie Tsai <[email protected]>
Co-authored-by: IlanTruanovsky <[email protected]>
Co-authored-by: bjodom <[email protected]>
Co-authored-by: u51369 <[email protected]>
Co-authored-by: MichaelRCarroll-Intel <[email protected]>
Co-authored-by: MichaelRoyceCarroll <[email protected]>
Co-authored-by: wangdi4 <[email protected]>1 parent 5f328c3 commit 142a3e1Copy full SHA for 142a3e1
1 file changed
+3
-3
lines changed.github/workflows/github-pages.yml
Copy file name to clipboardExpand all lines: .github/workflows/github-pages.yml+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments