-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Delete zero_dim_dispatch_when_scalar #33094
Copy link
Copy link
Closed
Labels
better-engineeringRelatively self-contained tasks for better engineering contributorsRelatively self-contained tasks for better engineering contributorshigh prioritymodule: portingIssues related to porting TH/THNN legacy to ATen nativeIssues related to porting TH/THNN legacy to ATen nativesmallWe think this is a small issue to fix. Consider knocking off high priority small issuesWe think this is a small issue to fix. Consider knocking off high priority small issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
better-engineeringRelatively self-contained tasks for better engineering contributorsRelatively self-contained tasks for better engineering contributorshigh prioritymodule: portingIssues related to porting TH/THNN legacy to ATen nativeIssues related to porting TH/THNN legacy to ATen nativesmallWe think this is a small issue to fix. Consider knocking off high priority small issuesWe think this is a small issue to fix. Consider knocking off high priority small issuestriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
This is for legacy TH. It is currently used by the following TH functions:
_th_scatter_Migratescatterandscatter_from the TH to Aten (CUDA) #24621 Migratescatterandscatter_from the TH to Aten (CPU) #24757_th_fmodMigratefmodandfmod_from the TH to Aten (CUDA) #24565 Migratefmodandfmod_from the TH to Aten (CPU) #24701_th_remainderMigrateremainderandremainder_from the TH to Aten (CPU) #24753 Migrateremainderandremainder_from the TH to Aten (CUDA) #24615cc @ezyang @gchanan @zou3519