We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee2fbf commit 0d58893Copy full SHA for 0d58893
scripts/tools/codegen/dest/register_dispatch_key.py
@@ -264,10 +264,10 @@ class RegisterDispatchKey:
264
'upsample_nearest3d',
265
'upsample_nearest3d_backward_out',
266
'upsample_nearest3d_backward',
267
- 'upsample_nearest2d_out',
268
- 'upsample_nearest2d',
269
- 'upsample_nearest2d_backward_out',
270
- 'upsample_nearest2d_backward',
+ # 'upsample_nearest2d_out',
+ # 'upsample_nearest2d',
+ # 'upsample_nearest2d_backward_out',
+ # 'upsample_nearest2d_backward',
271
'upsample_nearest1d_out',
272
'upsample_nearest1d',
273
'upsample_nearest1d_backward_out',
0 commit comments