deepseek-ai / DeepGEMM
File Size

The distribution of size of files (measured in lines of code).

Intro
Learn more...
File Size Overall
0% | 0% | 27% | 47% | 25%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
cuh0% | 0% | 55% | 30% | 13%
py0% | 0% | 0% | 65% | 34%
cu0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
deep_gemm0% | 0% | 28% | 50% | 21%
ROOT0% | 0% | 0% | 0% | 100%
indexing0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
fp8_gemm.cuh
in deep_gemm/include/deep_gemm
492 -
mma_utils.cuh
in deep_gemm/include/deep_gemm
149 -
gemm.py
in deep_gemm/jit_kernels
140 6
scheduler.cuh
in deep_gemm/include/deep_gemm
128 -
utils.py
in deep_gemm
125 8
interleave_ffma.py
in deep_gemm/jit
112 7
m_grouped_gemm.py
in deep_gemm/jit_kernels
107 2
compiler.py
in deep_gemm/jit
106 10
tma_utils.cuh
in deep_gemm/include/deep_gemm
82 -
template.py
in deep_gemm/jit
81 3
setup.py
in root
63 4
tuner.py
in deep_gemm/jit_kernels
58 2
runtime.py
in deep_gemm/jit
46 6
utils.cuh
in deep_gemm/include/deep_gemm
43 -
utils.py
in deep_gemm/jit_kernels
36 6
main.cu
in indexing
26 -
__init__.py
in deep_gemm
12 -
__init__.py
in deep_gemm/jit_kernels
10 -
__init__.py
in deep_gemm/jit
3 -
Files With Most Units (Top 10)
File# lines# units
compiler.py
in deep_gemm/jit
106 10
utils.py
in deep_gemm
125 8
interleave_ffma.py
in deep_gemm/jit
112 7
gemm.py
in deep_gemm/jit_kernels
140 6
utils.py
in deep_gemm/jit_kernels
36 6
runtime.py
in deep_gemm/jit
46 6
setup.py
in root
63 4
template.py
in deep_gemm/jit
81 3
m_grouped_gemm.py
in deep_gemm/jit_kernels
107 2
tuner.py
in deep_gemm/jit_kernels
58 2
Files With Long Lines (Top 10)

There are 10 files with lines longer than 120 characters. In total, there are 41 long lines.

File# lines# units# long lines
fp8_gemm.cuh
in deep_gemm/include/deep_gemm
492 - 25
m_grouped_gemm.py
in deep_gemm/jit_kernels
107 2 3
mma_utils.cuh
in deep_gemm/include/deep_gemm
149 - 3
tuner.py
in deep_gemm/jit_kernels
58 2 2
template.py
in deep_gemm/jit
81 3 2
compiler.py
in deep_gemm/jit
106 10 2
main.cu
in indexing
26 - 1
scheduler.cuh
in deep_gemm/include/deep_gemm
128 - 1
tma_utils.cuh
in deep_gemm/include/deep_gemm
82 - 1
utils.py
in deep_gemm
125 8 1
Correlations

File Size vs. Commits (all time): 16 points

deep_gemm/jit_kernels/gemm.py x: 33 commits (all time) y: 140 lines of code deep_gemm/include/deep_gemm/fp8_gemm.cuh x: 35 commits (all time) y: 492 lines of code deep_gemm/include/deep_gemm/scheduler.cuh x: 8 commits (all time) y: 128 lines of code deep_gemm/include/deep_gemm/tma_utils.cuh x: 7 commits (all time) y: 82 lines of code deep_gemm/include/deep_gemm/mma_utils.cuh x: 9 commits (all time) y: 149 lines of code deep_gemm/jit/compiler.py x: 10 commits (all time) y: 106 lines of code deep_gemm/jit_kernels/m_grouped_gemm.py x: 17 commits (all time) y: 107 lines of code indexing/main.cu x: 4 commits (all time) y: 26 lines of code deep_gemm/include/deep_gemm/utils.cuh x: 6 commits (all time) y: 43 lines of code deep_gemm/jit/template.py x: 5 commits (all time) y: 81 lines of code deep_gemm/utils.py x: 2 commits (all time) y: 125 lines of code deep_gemm/jit_kernels/utils.py x: 5 commits (all time) y: 36 lines of code deep_gemm/jit/interleave_ffma.py x: 3 commits (all time) y: 112 lines of code setup.py x: 5 commits (all time) y: 63 lines of code deep_gemm/__init__.py x: 2 commits (all time) y: 12 lines of code deep_gemm/jit_kernels/__init__.py x: 2 commits (all time) y: 10 lines of code
492.0
lines of code
  min: 10.0
  average: 107.0
  25th percentile: 37.75
  median: 94.0
  75th percentile: 127.25
  max: 492.0
0 35.0
commits (all time)
min: 2.0 | average: 9.56 | 25th percentile: 3.25 | median: 5.5 | 75th percentile: 9.75 | max: 35.0

File Size vs. Contributors (all time): 16 points

deep_gemm/jit_kernels/gemm.py x: 6 contributors (all time) y: 140 lines of code deep_gemm/include/deep_gemm/fp8_gemm.cuh x: 6 contributors (all time) y: 492 lines of code deep_gemm/include/deep_gemm/scheduler.cuh x: 4 contributors (all time) y: 128 lines of code deep_gemm/include/deep_gemm/tma_utils.cuh x: 3 contributors (all time) y: 82 lines of code deep_gemm/include/deep_gemm/mma_utils.cuh x: 4 contributors (all time) y: 149 lines of code deep_gemm/jit/compiler.py x: 3 contributors (all time) y: 106 lines of code deep_gemm/jit_kernels/m_grouped_gemm.py x: 4 contributors (all time) y: 107 lines of code indexing/main.cu x: 1 contributors (all time) y: 26 lines of code deep_gemm/include/deep_gemm/utils.cuh x: 2 contributors (all time) y: 43 lines of code deep_gemm/jit/template.py x: 2 contributors (all time) y: 81 lines of code deep_gemm/utils.py x: 2 contributors (all time) y: 125 lines of code deep_gemm/jit_kernels/utils.py x: 4 contributors (all time) y: 36 lines of code deep_gemm/jit/interleave_ffma.py x: 3 contributors (all time) y: 112 lines of code setup.py x: 3 contributors (all time) y: 63 lines of code deep_gemm/__init__.py x: 2 contributors (all time) y: 12 lines of code deep_gemm/jit_kernels/__init__.py x: 2 contributors (all time) y: 10 lines of code
492.0
lines of code
  min: 10.0
  average: 107.0
  25th percentile: 37.75
  median: 94.0
  75th percentile: 127.25
  max: 492.0
0 6.0
contributors (all time)
min: 1.0 | average: 3.19 | 25th percentile: 2.0 | median: 3.0 | 75th percentile: 4.0 | max: 6.0

File Size vs. Commits (30 days): 9 points

deep_gemm/jit_kernels/gemm.py x: 16 commits (30d) y: 140 lines of code deep_gemm/include/deep_gemm/fp8_gemm.cuh x: 17 commits (30d) y: 492 lines of code deep_gemm/include/deep_gemm/scheduler.cuh x: 2 commits (30d) y: 128 lines of code deep_gemm/include/deep_gemm/tma_utils.cuh x: 7 commits (30d) y: 82 lines of code deep_gemm/include/deep_gemm/mma_utils.cuh x: 7 commits (30d) y: 149 lines of code deep_gemm/jit/compiler.py x: 5 commits (30d) y: 106 lines of code deep_gemm/jit_kernels/m_grouped_gemm.py x: 6 commits (30d) y: 107 lines of code indexing/main.cu x: 4 commits (30d) y: 26 lines of code deep_gemm/include/deep_gemm/utils.cuh x: 2 commits (30d) y: 43 lines of code
492.0
lines of code
  min: 26.0
  average: 141.44
  25th percentile: 62.5
  median: 107.0
  75th percentile: 144.5
  max: 492.0
0 17.0
commits (30d)
min: 2.0 | average: 7.33 | 25th percentile: 3.0 | median: 6.0 | 75th percentile: 11.5 | max: 17.0

File Size vs. Contributors (30 days): 9 points

deep_gemm/jit_kernels/gemm.py x: 4 contributors (30d) y: 140 lines of code deep_gemm/include/deep_gemm/fp8_gemm.cuh x: 3 contributors (30d) y: 492 lines of code deep_gemm/include/deep_gemm/scheduler.cuh x: 1 contributors (30d) y: 128 lines of code deep_gemm/include/deep_gemm/tma_utils.cuh x: 3 contributors (30d) y: 82 lines of code deep_gemm/include/deep_gemm/mma_utils.cuh x: 4 contributors (30d) y: 149 lines of code deep_gemm/jit/compiler.py x: 1 contributors (30d) y: 106 lines of code deep_gemm/jit_kernels/m_grouped_gemm.py x: 1 contributors (30d) y: 107 lines of code indexing/main.cu x: 1 contributors (30d) y: 26 lines of code deep_gemm/include/deep_gemm/utils.cuh x: 1 contributors (30d) y: 43 lines of code
492.0
lines of code
  min: 26.0
  average: 141.44
  25th percentile: 62.5
  median: 107.0
  75th percentile: 144.5
  max: 492.0
0 4.0
contributors (30d)
min: 1.0 | average: 2.11 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 3.5 | max: 4.0

File Size vs. Commits (90 days): 16 points

deep_gemm/jit_kernels/gemm.py x: 33 commits (90d) y: 140 lines of code deep_gemm/include/deep_gemm/fp8_gemm.cuh x: 35 commits (90d) y: 492 lines of code deep_gemm/include/deep_gemm/scheduler.cuh x: 8 commits (90d) y: 128 lines of code deep_gemm/include/deep_gemm/tma_utils.cuh x: 7 commits (90d) y: 82 lines of code deep_gemm/include/deep_gemm/mma_utils.cuh x: 9 commits (90d) y: 149 lines of code deep_gemm/jit/compiler.py x: 10 commits (90d) y: 106 lines of code deep_gemm/jit_kernels/m_grouped_gemm.py x: 17 commits (90d) y: 107 lines of code indexing/main.cu x: 4 commits (90d) y: 26 lines of code deep_gemm/include/deep_gemm/utils.cuh x: 6 commits (90d) y: 43 lines of code deep_gemm/jit/template.py x: 5 commits (90d) y: 81 lines of code deep_gemm/utils.py x: 2 commits (90d) y: 125 lines of code deep_gemm/jit_kernels/utils.py x: 5 commits (90d) y: 36 lines of code deep_gemm/jit/interleave_ffma.py x: 3 commits (90d) y: 112 lines of code setup.py x: 5 commits (90d) y: 63 lines of code deep_gemm/__init__.py x: 2 commits (90d) y: 12 lines of code deep_gemm/jit_kernels/__init__.py x: 2 commits (90d) y: 10 lines of code
492.0
lines of code
  min: 10.0
  average: 107.0
  25th percentile: 37.75
  median: 94.0
  75th percentile: 127.25
  max: 492.0
0 35.0
commits (90d)
min: 2.0 | average: 9.56 | 25th percentile: 3.25 | median: 5.5 | 75th percentile: 9.75 | max: 35.0

File Size vs. Contributors (90 days): 16 points

deep_gemm/jit_kernels/gemm.py x: 6 contributors (90d) y: 140 lines of code deep_gemm/include/deep_gemm/fp8_gemm.cuh x: 6 contributors (90d) y: 492 lines of code deep_gemm/include/deep_gemm/scheduler.cuh x: 4 contributors (90d) y: 128 lines of code deep_gemm/include/deep_gemm/tma_utils.cuh x: 3 contributors (90d) y: 82 lines of code deep_gemm/include/deep_gemm/mma_utils.cuh x: 4 contributors (90d) y: 149 lines of code deep_gemm/jit/compiler.py x: 3 contributors (90d) y: 106 lines of code deep_gemm/jit_kernels/m_grouped_gemm.py x: 4 contributors (90d) y: 107 lines of code indexing/main.cu x: 1 contributors (90d) y: 26 lines of code deep_gemm/include/deep_gemm/utils.cuh x: 2 contributors (90d) y: 43 lines of code deep_gemm/jit/template.py x: 2 contributors (90d) y: 81 lines of code deep_gemm/utils.py x: 2 contributors (90d) y: 125 lines of code deep_gemm/jit_kernels/utils.py x: 4 contributors (90d) y: 36 lines of code deep_gemm/jit/interleave_ffma.py x: 3 contributors (90d) y: 112 lines of code setup.py x: 3 contributors (90d) y: 63 lines of code deep_gemm/__init__.py x: 2 contributors (90d) y: 12 lines of code deep_gemm/jit_kernels/__init__.py x: 2 contributors (90d) y: 10 lines of code
492.0
lines of code
  min: 10.0
  average: 107.0
  25th percentile: 37.75
  median: 94.0
  75th percentile: 127.25
  max: 492.0
0 6.0
contributors (90d)
min: 1.0 | average: 3.19 | 25th percentile: 2.0 | median: 3.0 | 75th percentile: 4.0 | max: 6.0