Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit 52580f3

Browse files
ikegawa-koshidanintel
authored andcommitted
Fixed replacement of <workload_id> and <workload_lib_name> in README.md
Signed-off-by: ikegawa-koshi <[email protected]>
1 parent 610b852 commit 52580f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/workload-tutorial/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ will be created next in [Phase 2](#phase2).
161161
MACRO(CREATE_SUPPORTED_WORKLOADS_LIST)
162162
...
163163
...
164-
# LIST(SUPPORTED_WORKLOADS_LIST "hello-world")
164+
LIST(SUPPORTED_WORKLOADS_LIST "hello-world")
165165
ENDMACRO()
166166
```
167167

@@ -170,7 +170,7 @@ will be created next in [Phase 2](#phase2).
170170
MACRO(CREATE_SUPPORTED_WORKLOAD_LIBRARY_LIST)
171171
...
172172
...
173-
LIST(APPEND SUPPORTED_WORKLOAD_LIBRARY_LIST "<workload_lib_name>")
173+
# LIST(APPEND SUPPORTED_WORKLOAD_LIBRARY_LIST "<workload_lib_name>")
174174
ENDMACRO()
175175
```
176176

@@ -179,7 +179,7 @@ will be created next in [Phase 2](#phase2).
179179
MACRO(CREATE_SUPPORTED_WORKLOADS_LIST)
180180
...
181181
...
182-
# LIST(SUPPORTED_WORKLOADS_LIST "hello_world")
182+
LIST(SUPPORTED_WORKLOADS_LIST "hello_world")
183183
ENDMACRO()
184184
```
185185

0 commit comments

Comments
 (0)