Skip to content

Instantly share code, notes, and snippets.

@linehill
Created May 3, 2024 09:36
Show Gist options
  • Save linehill/52243ceaf3c423a814baeb480568267e to your computer and use it in GitHub Desktop.
Save linehill/52243ceaf3c423a814baeb480568267e to your computer and use it in GitHub Desktop.
MaxRSS profile on chipStar/level0 on iGPU
# kernel-loop-test source: https://gist.github.com/linehill/4cf3e7807cf224237aab2439d45a1ff3
$ CHIP_BE=level0 CHIP_LOGLEVEL=warn ./kernel-loop-test 2>&1 | tee level0-maxrss.log
.
MaxRSS=139104 KB, diff=139104, rate=139104 KB/launch
............
MaxRSS=165408 KB, diff=26304, rate=0.211489 KB/launch
............
MaxRSS=222752 KB, diff=57344, rate=0.463382 KB/launch
.........................
MaxRSS=337568 KB, diff=114816, rate=0.461629 KB/launch
..................................................
MaxRSS=567200 KB, diff=229632, rate=0.460728 KB/launch
....................................................................................................
MaxRSS=1026464 KB, diff=459264, rate=0.460792 KB/launch
.........................................................................................................................................................................................................
MaxRSS=1944992 KB, diff=918528, rate=0.45579 KB/launch
...................................................^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment