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

[aten] embedding_bag_byte_rowwise_offsets_out #49561

Closed
wants to merge 1 commit into from

Conversation

ajyu
Copy link
Contributor

@ajyu ajyu commented Dec 17, 2020

Summary: Out variant for embedding_bag_byte_rowwise_offsets

Test Plan:

t_inputs=/data/users/ansha/tmp/adindexer/merge/container_precomputation_bs1.pt --iters=30000 --warmup_iters=10000  --num_threads=1 --pred_net=/data/users/ansha/tmp/adindexer/precomputation_merge_net.pb --c2_inp
uts=/data/users/ansha/tmp/adindexer/merge/c2_inputs_precomputation_bs1.pb --c2_sigrid_transforms_opt=1 --c2_use_memonger=1 --c2_apply_nomnigraph_passes --c2_weights=/data/users/ansha/tmp/adindexer/merge/c2_weig
hts_precomputation.pb --pt_enable_static_runtime --pt_cleanup_activations=true --pt_enable_out_variant=true --compare_results --do_profile```

Check embedding_bag_byte_rowwise_offsets_out is called in perf

Before: 0.0865319
After: 0.0844453

Differential Revision: D25620718

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Dec 17, 2020

💊 CI failures summary and remediations

As of commit 103c4e5 (more details on the Dr. CI page):


  • 3/3 failures possibly* introduced in this PR
    • 3/3 non-CircleCI failure(s)

Extra GitHub checks: 1 failed


ci.pytorch.org: 1 failed


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

This comment has been revised 33 times.

@facebook-github-bot facebook-github-bot added cla signed fb-exported oncall: jit Add this issue/PR to JIT oncall triage queue labels Dec 17, 2020
@facebook-github-bot
Copy link
Contributor

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

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

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

@facebook-github-bot
Copy link
Contributor

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

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

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

Summary:
Pull Request resolved: pytorch#49561

Out variant for embedding_bag_byte_rowwise_offsets

Test Plan:
```MKL_NUM_THREADS=1 OMP_NUM_THREADS=1 numactl -m 0 -C 3 ./buck-out/opt/gen/caffe2/caffe2/fb/predictor/ptvsc2_predictor_bench --scripted_model=/data/users/ansha/tmp/adindexer/merge/traced_merge_dper_fixes.pt --p
t_inputs=/data/users/ansha/tmp/adindexer/merge/container_precomputation_bs1.pt --iters=30000 --warmup_iters=10000  --num_threads=1 --pred_net=/data/users/ansha/tmp/adindexer/precomputation_merge_net.pb --c2_inp
uts=/data/users/ansha/tmp/adindexer/merge/c2_inputs_precomputation_bs1.pb --c2_sigrid_transforms_opt=1 --c2_use_memonger=1 --c2_apply_nomnigraph_passes --c2_weights=/data/users/ansha/tmp/adindexer/merge/c2_weig
hts_precomputation.pb --pt_enable_static_runtime --pt_cleanup_activations=true --pt_enable_out_variant=true --compare_results --do_profile```

Check embedding_bag_byte_rowwise_offsets_out is called in perf

Before: 0.081438
After: 0.0783725

Reviewed By: hlu1

Differential Revision: D25620718

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

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

@codecov
Copy link

codecov bot commented Jan 8, 2021

Codecov Report

Merging #49561 (103c4e5) into master (870ab04) will increase coverage by 0.18%.
The diff coverage is 57.14%.

@@            Coverage Diff             @@
##           master   #49561      +/-   ##
==========================================
+ Coverage   80.49%   80.68%   +0.18%     
==========================================
  Files        1902     1902              
  Lines      206356   206365       +9     
==========================================
+ Hits       166099   166496     +397     
+ Misses      40257    39869     -388     

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 6eb8e83.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed fb-exported Merged oncall: jit Add this issue/PR to JIT oncall triage queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants