Skip to content

Commit 6b2ef24

Browse files
SDA USRsdausr
authored andcommitted
Squashed 'data_analytics' changes from e4b53b4..4f3b370 (#645)
4f3b370 Merge pull request #361 from shengl/next ce09533 Update description.json 99748dc Merge pull request #2 from FaaSApps/next 00af52b Merge pull request #358 from Zhenhong/next a27dc9c fix doc issue 1881407 Merge pull request #357 from sibow/fix_conflict 6a2a29a Merge branch 'next' into fix_conflict de7d61c fix link error a2e0650 fix allowlist (#355) 8abe0ff Merge pull request #354 from shengl/next-tutorial 94b6199 update image Co-authored-by: sdausr <sdausr@xilinx.com>
1 parent 6daf535 commit 6b2ef24

File tree

8 files changed

+11
-16
lines changed

8 files changed

+11
-16
lines changed

data_analytics/L2/demos/text/log_analyzer/description.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
"targets": [
144144
"vitis_sw_emu",
145145
"vitis_hw_emu",
146-
"vitis_hw"
147146
],
148147
"category": "canary"
149148
}

data_analytics/L2/tests/classification/decisiontree/description.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "",
55
"flow": "vitis",
66
"platform_allowlist": [
7-
"u250",
8-
"u50",
9-
"aws-vu9p-f1"
7+
"u250"
108
],
119
"platform_blocklist": [],
1210
"platform_properties": {

data_analytics/L2/tests/classification/svm/description.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "",
55
"flow": "vitis",
66
"platform_allowlist": [
7-
"u250",
8-
"u50"
7+
"u250"
98
],
109
"platform_blocklist": [
1110
"aws-vu9p-f1"
@@ -155,4 +154,4 @@
155154
],
156155
"category": "canary"
157156
}
158-
}
157+
}

data_analytics/L2/tests/geospatial/knn_sc/description.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
"zc"
1111
],
1212
"platform_properties": {
13-
"xilinx_u2_gen3x4_xdma_gc_2_202110_1": {
13+
"u50": {
1414
"v++": {
1515
"compiler": {
16-
"clflags": [
17-
"-DUSE_U2"
18-
]
16+
"clflags": []
1917
}
2018
}
2119
}

data_analytics/docs/guide_L1/internals/csvParser.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
See the License for the specific language governing permissions and
3030
limitations under the License.
3131

32+
.. _guide-csv-parser:
33+
3234
******************************
3335
CSV Parser
3436
******************************

data_analytics/docs/guide_L2/internals/GeoSpatialKNN.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ The overall diagram of KNN kernel is shown in the figure below:
3636

3737
Building Blocks:
3838

39-
- `CSV Parser(DataAnalytic Library L1 Primitive) <https://xilinx.github.io/Vitis_Libraries/graph/2022.1/guide_L1/primitives/sortTopK.html>`_: parse input csv file according to schema configurations, output spatial object coordinate (x, y) and index.
39+
- CSV Parser(DataAnalytic Library L1 Primitive) :ref:`guide-csv-parser`: parse input csv file according to schema configurations, output spatial object coordinate (x, y) and index.
4040
- Distance: compute distance between base location and spatial object location; Euclidean distance is applied.
41-
- `Sort Top-K(Graph Library L1 Primitive) <https://pages.gitenterprise.xilinx.com/FaaSApps/xf_DataAnalytics/2022.1/guide_L1/internals/csvParser.html>`_: sort distance in ascending order and keep top-k objects.
42-
41+
- `Sort Top-K(Graph Library L1 Primitive) <https://xilinx.github.io/Vitis_Libraries/graph/2021.2/guide_L1/primitives/sortTopK.html>`_ : sort distance in ascending order and keep top-k objects.
4342

4443
End2End Performance
4544
===================
-900 Bytes
Loading

data_analytics/docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Command to Run L3 cases
8181
8282
cd L3/tests/vitis_case_folder
8383
84-
# build and run one of the following using U2 platform
85-
make run TARGET=sw_emu DEVICE=/path/to/xilinx_u2_gen3x4_xdma_gc_2_202110_1.xpfm
84+
# build and run one of the following using u200 platform
85+
make run TARGET=sw_emu DEVICE=/path/to/xilinx_u200_gen3x16_xdma_2_202110_1.xpfm
8686
8787
# delete generated files
8888
make cleanall

0 commit comments

Comments
 (0)