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

uvm_cache_stats for direct mapped #1951

Closed
wants to merge 1 commit into from

Conversation

SungMinCho
Copy link
Contributor

Summary:
D40518654 introduced uvm_cache_stats to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

@netlify
Copy link

netlify bot commented Aug 17, 2023

Deploy Preview for pytorch-fbgemm-docs canceled.

Name Link
🔨 Latest commit d8e9f31
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/64f53c74a92e3000080c9363

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 18, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

fbshipit-source-id: 09846b188c3d65814f8b291e8a7b659835b14c73
SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 21, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

fbshipit-source-id: e7a897bad7f47777f8f17f1d8efc43b09c7aee88
SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 21, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

fbshipit-source-id: ffb329b9c971a9287f40ac771c100c157699d654
SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 21, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

fbshipit-source-id: 7361b1301440b903ed8ddbc6dc2155fa8dcb03df
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 22, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

fbshipit-source-id: 3cd81875d77f847d7bc4e0f857388caa8daed5b2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 22, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

fbshipit-source-id: a3bc8035c21dfde66498c7351f81ce58d1d45edb
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 22, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: D48023956

fbshipit-source-id: 79fcf7fbe5b6cee121c206cfda1b892b7e3aae71
SungMinCho pushed a commit to SungMinCho/FBGEMM that referenced this pull request Aug 22, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: https://internalfb.com/D48023956

fbshipit-source-id: bb7c055269ff238d18288082f5c8af71b2cb0f57
SungMinCho pushed a commit to SungMinCho/FBGEMM that referenced this pull request Aug 22, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: https://internalfb.com/D48023956

fbshipit-source-id: 8debf93360f0fa94c046a7c863bd25b1e07e4559
SungMinCho pushed a commit to SungMinCho/FBGEMM that referenced this pull request Aug 22, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: https://internalfb.com/D48023956

fbshipit-source-id: 6e8dbbc1c4cc77f766963e95f64865747020d6c8
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 23, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Reviewed By: sryap

Differential Revision: D48023956

fbshipit-source-id: 389d608ddb7ee8b85e4e55271fa336602c0c613c
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho added a commit to SungMinCho/FBGEMM that referenced this pull request Aug 23, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Reviewed By: sryap

Differential Revision: D48023956

fbshipit-source-id: 5ee35c24ef1ae8ad3d70d167ee55784997b0c5a1
SungMinCho pushed a commit to SungMinCho/FBGEMM that referenced this pull request Sep 4, 2023
Summary:

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Reviewed By: sryap, doehyun

Differential Revision: D48023956
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho pushed a commit to SungMinCho/FBGEMM that referenced this pull request Sep 4, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: https://internalfb.com/D48023956

fbshipit-source-id: ae7e41ec13f1f2eee555a50d0f0e3636025361cf
SungMinCho pushed a commit to SungMinCho/FBGEMM that referenced this pull request Sep 4, 2023
Summary:

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Reviewed By: sryap, doehyun

Differential Revision: D48023956
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

SungMinCho pushed a commit to SungMinCho/FBGEMM that referenced this pull request Sep 4, 2023
Summary:
Pull Request resolved: pytorch#1951

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Differential Revision: https://internalfb.com/D48023956

fbshipit-source-id: 264a2cf4162a04a61f220d9df2cb249ec6de3a1b
Summary:

D40518654 introduced `uvm_cache_stats` to provide cache metrics for FBGEMM 32way cache.
This diff expands its usage to also provide cache metrics for direct mapped cache.

Reviewed By: sryap, doehyun

Differential Revision: D48023956
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D48023956

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 9ed959f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants