Skip to content

Commit bee2d7b

Browse files
committed
register in top-level readme
1 parent 754078b commit bee2d7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DirectProgramming/C++SYCL_FPGA/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ flowchart LR
142142
| [platform_designer](Tutorials/Tools/platform_designer) | [Tutorials/Tools](Tutorials/Tools) | How to use FPGA IP produced with the Intel® oneAPI DPC++/C++ Compiler with Intel® Quartus® Prime Pro Edition software suite and Platform Designer
143143
| [private_copies](Tutorials/Features/private_copies) | [Tutorials/Features](Tutorials/Features) | The basic usage of the `private_copies` attribute <br> How the `private_copies` attribute affects the throughput and resource use of your FPGA program <br> How to apply the `private_copies` attribute to variables or arrays in your program <br> How to identify the correct `private_copies` factor for your program
144144
| [read_only_cache](Tutorials/Features/read_only_cache) | [Tutorials/Features](Tutorials/Features) | How and when to use the read-only cache feature
145+
| [restartable_kernel](Tutorials/DesignPatterns/restartable_kernel) | [Tutorials/DesignPatterns](Tutorials/DesignPatterns) | How to make a restartable kernel. The technique shown in this tutorial lets you dynamically terminate your kernel while it runs, allowing it to load a new set of kernel arguments.
145146
| [scheduler_target_fmax](Tutorials/Features/scheduler_target_fmax) | [Tutorials/Features](Tutorials/Features) | The behavior of the `scheduler_target_fmax_mhz` attribute and when to use it <br> The effect this attribute can have on kernel performance on FPGA
146147
| [shannonization](Tutorials/DesignPatterns/shannonization) | [Tutorials/DesignPatterns](Tutorials/DesignPatterns) | How to make FPGA-specific optimizations to remove computation from the critical path and improve f<sub>MAX</sub>/II
147148
| [simple_host_streaming](Tutorials/DesignPatterns/simple_host_streaming) | [Tutorials/DesignPatterns](Tutorials/DesignPatterns) | How to achieve low-latency host-device streaming while maintaining throughput

DirectProgramming/C++SYCL_FPGA/Tutorials/DesignPatterns/restartable_kernel/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
}
6868
]
6969
},
70-
"expertise": "Getting Started"
70+
"expertise": "Concepts and Functionality"
7171
}
7272

0 commit comments

Comments
 (0)