-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use keyed jagged index select for lengths permute
Summary: we've seen better performance and gpu util from switching to keyed_jagged_index_select_dim1 for permuting values. the traces also show that there is further performance gains to be had by switching lengths permute to use keyed_jagged_index_select_dim1 as well. for example: the permute 1d lengths takes the most time, while in the past the permute 1d for values took even longer but with keyed_jagged_index_select_dim1 can barely be seen {F1456534243} https://www.internalfb.com/intern/perfdoctor/trace_view?filepath=tree/traces/dynocli/aps-combo2_uhm_igfm_200x_baseline-ac3cbf3708/0/rank-1.Feb_08_22_34_41.5280.pt.trace.json.gz&bucket=aps_traces Differential Revision: D53776313
- Loading branch information
1 parent
d1722e9
commit 7f7fa6b
Showing
1 changed file
with
24 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters