Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Profiling #15866

Merged
merged 21 commits into from
Jun 28, 2024
Merged

Memory Profiling #15866

merged 21 commits into from
Jun 28, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    cf15a02 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    f1ff8d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. get_option("memory_profiling")

    madsbk committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    32ca877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeff5c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b323b28 View commit details
    Browse the repository at this point in the history
  4. doc

    madsbk committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    386292b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. remove {py:mod}

    madsbk committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    3625db6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0c77a View commit details
    Browse the repository at this point in the history
  3. fix _external_only_api

    madsbk committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7cae9d1 View commit details
    Browse the repository at this point in the history
  4. use traceback.extract_stack(limit=2)[0]

    Looks walk_stack() use an incorrect current frame
    madsbk committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a4e4fc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. typo

    Co-authored-by: Lawrence Mitchell <wence@gmx.li>
    madsbk and wence- authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    69a54f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    46d9471 View commit details
    Browse the repository at this point in the history
  2. test

    madsbk committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ffa6360 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update docs/cudf/source/user_guide/memory-profiling.md

    Co-authored-by: Mark Harris <783069+harrism@users.noreply.github.com>
    madsbk and harrism authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6cf2ca3 View commit details
    Browse the repository at this point in the history
  2. doc

    madsbk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    339fa3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    124b179 View commit details
    Browse the repository at this point in the history
  4. Update docs/cudf/source/user_guide/memory-profiling.md

    Co-authored-by: Mark Harris <783069+harrism@users.noreply.github.com>
    madsbk and harrism authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2fe290b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Apply suggestions from code review

    Co-authored-by: Lawrence Mitchell <wence@gmx.li>
    madsbk and wence- authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3f2ae60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e3d73 View commit details
    Browse the repository at this point in the history
  3. remove nvtx_annotation.py

    madsbk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    944901a View commit details
    Browse the repository at this point in the history
  4. remove _cudf_nvtx_annotate

    madsbk committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3510e27 View commit details
    Browse the repository at this point in the history