pytorch / FBGEMM
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
26,755 LOC (37%)
48 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
26,755 LOC (37%)
48 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
48
files match defined criteria (
26,755
lines of code,
37.7%
vs. main code):
21
*.cc files (
9,720
lines of code)
8
*.cu files (
7,142
lines of code)
4
*.py files (
2,692
lines of code)
7
*.h files (
2,602
lines of code)
6
*.cpp files (
2,399
lines of code)
1
*.cuh files (
1,948
lines of code)
1
*.cmake files (
252
lines of code)
78
lines match the content pattern.
details...
per component - primary logical decomposition
src
in 15 files, 8,673 LOC (26%)
fbgemm_gpu/src
in 9 files, 7,293 LOC (65%)
fbgemm_gpu/codegen
in 5 files, 2,248 LOC (33%)
bench
in 8 files, 2,118 LOC (32%)
fbgemm_gpu/bench
in 1 file 440 LOC (11%)
include/fbgemm
in 3 files, 1,262 LOC (36%)
fbgemm_gpu/include/fbgemm_gpu
in 3 files, 2,217 LOC (65%)
fbgemm_gpu/fbgemm_gpu
in 2 files, 2,108 LOC (90%)
cmake/modules
in 1 file 252 LOC (96%)
fbgemm_gpu
in 1 file 144 LOC (88%)