Commit 6b5b472
authored
Expand NVTX annotations in CAGRA build and HNSW (#711)
Add a few more NVTX annotations in CAGRA and HNSW routines to make it easier to analyze index build times.
Add the missing `NVTX_ENABLED` definition to `cuvs_objs` (without this, only CAGRA-search-related annotations are enabled as they are a part of a different component).
Authors:
- Artem M. Chirkin (https://github.com/achirkin)
Approvers:
- Corey J. Nolet (https://github.com/cjnolet)
URL: #7111 parent 3c9e745 commit 6b5b472
3 files changed
Lines changed: 26 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| 639 | + | |
639 | 640 | | |
640 | 641 | | |
641 | 642 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
1086 | 1087 | | |
1087 | 1088 | | |
1088 | 1089 | | |
| 1090 | + | |
| 1091 | + | |
1089 | 1092 | | |
1090 | 1093 | | |
1091 | 1094 | | |
| |||
1096 | 1099 | | |
1097 | 1100 | | |
1098 | 1101 | | |
| 1102 | + | |
| 1103 | + | |
1099 | 1104 | | |
1100 | 1105 | | |
1101 | 1106 | | |
| |||
1110 | 1115 | | |
1111 | 1116 | | |
1112 | 1117 | | |
| 1118 | + | |
| 1119 | + | |
1113 | 1120 | | |
1114 | 1121 | | |
1115 | 1122 | | |
| |||
1270 | 1277 | | |
1271 | 1278 | | |
1272 | 1279 | | |
| 1280 | + | |
| 1281 | + | |
1273 | 1282 | | |
1274 | 1283 | | |
1275 | 1284 | | |
| |||
1335 | 1344 | | |
1336 | 1345 | | |
1337 | 1346 | | |
| 1347 | + | |
| 1348 | + | |
1338 | 1349 | | |
1339 | 1350 | | |
1340 | 1351 | | |
| |||
1435 | 1446 | | |
1436 | 1447 | | |
1437 | 1448 | | |
| 1449 | + | |
| 1450 | + | |
1438 | 1451 | | |
1439 | 1452 | | |
1440 | 1453 | | |
| |||
1477 | 1490 | | |
1478 | 1491 | | |
1479 | 1492 | | |
| 1493 | + | |
| 1494 | + | |
1480 | 1495 | | |
1481 | 1496 | | |
1482 | 1497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments