Skip to content

Commit 5f9d0b9

Browse files
SDA USRsdausr
authored and
GitHub Enterprise
committed
Squashed 'hpc' changes from 340c103..ec6b817 (#942)
ec6b817 Merge pull request #183 from yuanqian/search_path b637f79 update 5510710 update search_path in api json Co-authored-by: sdausr <[email protected]>
1 parent 38939d4 commit 5f9d0b9

File tree

2 files changed

+43
-17
lines changed

2 files changed

+43
-17
lines changed

hpc/L1/meta/api.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
"activations.hpp"
131131
],
132132
"search_paths": [
133-
"L1/include/hw/mlp"
133+
"L1/include/hw/mlp",
134+
"../blas/L1/include/hw"
134135
],
135136
"instance": "function",
136137
"parameters": [
@@ -163,7 +164,8 @@
163164
"activations.hpp"
164165
],
165166
"search_paths": [
166-
"L1/include/hw/mlp"
167+
"L1/include/hw/mlp",
168+
"../blas/L1/include/hw"
167169
],
168170
"instance": "function",
169171
"parameters": [
@@ -196,7 +198,8 @@
196198
"activations.hpp"
197199
],
198200
"search_paths": [
199-
"L1/include/hw/mlp"
201+
"L1/include/hw/mlp",
202+
"../blas/L1/include/hw"
200203
],
201204
"instance": "function",
202205
"parameters": [
@@ -217,4 +220,4 @@
217220
"target_domain": "PL"
218221
}
219222
]
220-
}
223+
}

hpc/L2/meta/api.json

+36-13
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"krnl_control.hpp"
1515
],
1616
"search_paths": [
17-
"L2/include/hw/cgSolver"
17+
"L2/include/hw/cgSolver",
18+
"../blas/L1/include/hw"
1819
],
1920
"instance": "function",
2021
"parameters": [],
@@ -41,7 +42,8 @@
4142
"krnl_duplicate.hpp"
4243
],
4344
"search_paths": [
44-
"L2/include/hw/cgSolver"
45+
"L2/include/hw/cgSolver",
46+
"../blas/L1/include/hw"
4547
],
4648
"instance": "function",
4749
"parameters": [],
@@ -88,7 +90,8 @@
8890
"krnl_gemv.hpp"
8991
],
9092
"search_paths": [
91-
"L2/include/hw/cgSolver"
93+
"L2/include/hw/cgSolver",
94+
"../blas/L1/include/hw"
9295
],
9396
"instance": "function",
9497
"parameters": [],
@@ -135,7 +138,9 @@
135138
"krnl_timer.hpp"
136139
],
137140
"search_paths": [
138-
"L2/include/hw/cgSolver"
141+
"L1/include/hw",
142+
"L2/include/hw/cgSolver",
143+
"../blas/L1/include/hw"
139144
],
140145
"instance": "function",
141146
"parameters": [],
@@ -167,7 +172,8 @@
167172
"krnl_update_pk.hpp"
168173
],
169174
"search_paths": [
170-
"L2/include/hw/cgSolver"
175+
"L2/include/hw/cgSolver",
176+
"../blas/L1/include/hw"
171177
],
172178
"instance": "function",
173179
"parameters": [],
@@ -214,7 +220,8 @@
214220
"krnl_update_rk.hpp"
215221
],
216222
"search_paths": [
217-
"L2/include/hw/cgSolver"
223+
"L2/include/hw/cgSolver",
224+
"../blas/L1/include/hw"
218225
],
219226
"instance": "function",
220227
"parameters": [],
@@ -261,7 +268,8 @@
261268
"krnl_update_rk_jacobi.hpp"
262269
],
263270
"search_paths": [
264-
"L2/include/hw/cgSolver"
271+
"L2/include/hw/cgSolver",
272+
"../blas/L1/include/hw"
265273
],
266274
"instance": "function",
267275
"parameters": [],
@@ -308,7 +316,8 @@
308316
"krnl_update_xr.hpp"
309317
],
310318
"search_paths": [
311-
"L2/include/hw/cgSolver"
319+
"L2/include/hw/cgSolver",
320+
"../blas/L1/include/hw"
312321
],
313322
"instance": "function",
314323
"parameters": [],
@@ -365,7 +374,15 @@
365374
"fcnKernel.hpp"
366375
],
367376
"search_paths": [
368-
"L2/include/hw/mlp"
377+
"L2/include/hw/mlp",
378+
"L1/include/hw",
379+
"L1/include/hw/mlp",
380+
"../blas/L1/include/hw",
381+
"../blas/L1/include/hw/xf_blas",
382+
"../blas/L1/include/hw/xf_blas/gemm",
383+
"../blas/L1/include/hw/xf_blas/helpers/utils",
384+
"../blas/L2/include/memKernel",
385+
"../blas/L2/include/memKernel/hw/xf_blas"
369386
],
370387
"instance": "function",
371388
"parameters": [],
@@ -397,7 +414,9 @@
397414
"rtmbackward.hpp"
398415
],
399416
"search_paths": [
400-
"L2/include/hw/rtm2d"
417+
"L1/include/hw/",
418+
"L2/include/hw/rtm2d",
419+
"../blas/L1/include/hw"
401420
],
402421
"instance": "function",
403422
"parameters": [],
@@ -418,7 +437,9 @@
418437
"rtmbackward.hpp"
419438
],
420439
"search_paths": [
421-
"L2/include/hw/rtm2d"
440+
"L1/include/hw/",
441+
"L2/include/hw/rtm2d",
442+
"../blas/L1/include/hw"
422443
],
423444
"instance": "function",
424445
"parameters": [],
@@ -525,7 +546,9 @@
525546
"rtmforward_hbc.hpp"
526547
],
527548
"search_paths": [
528-
"L2/include/hw/rtm3d"
549+
"L2/include/hw/rtm3d",
550+
"L1/include/hw",
551+
"../blas/L1/include/hw"
529552
],
530553
"instance": "function",
531554
"parameters": [],
@@ -655,4 +678,4 @@
655678
"target_domain": "PL"
656679
}
657680
]
658-
}
681+
}

0 commit comments

Comments
 (0)