Skip to content

Commit c7b186c

Browse files
jianyuhfacebook-github-bot
authored andcommitted
remove unused exception (pytorch#2832)
Summary: Pull Request resolved: pytorch#2832 As title: https://www.internalfb.com/diff/D52531661?dst_version_fbid=1014237276957412&transaction_fbid=485161920675232 Thanks nanoax for identify this issue! Reviewed By: nanoax Differential Revision: D59655439
1 parent 5c8bf5f commit c7b186c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fbgemm_gpu/fbgemm_gpu/permute_pooled_embedding_modules.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
torch.ops.load_library(
3030
"//deeplearning/fbgemm/fbgemm_gpu:permute_pooled_embedding_ops_gpu_cuda"
3131
)
32-
except OSError:
33-
pass
3432

3533

3634
class PermutePooledEmbeddings:

0 commit comments

Comments
 (0)