mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
wrap cudaStreamSynchronize calls (#61889)
Summary: This is a first step towards creating context manager that errors out on synchronizing calls. Pull Request resolved: https://github.com/pytorch/pytorch/pull/61889 Reviewed By: albanD Differential Revision: D29805280 Pulled By: ngimel fbshipit-source-id: b66400fbe0941b7daa51e6b30abe27b9cccd4e8a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3d6aa3a2f6
commit
6284d2a82b
3
Makefile
3
Makefile
@ -87,7 +87,8 @@ quick_checks:
|
||||
--step 'Ensure no unqualified noqa' \
|
||||
--step 'Ensure no unqualified type ignore' \
|
||||
--step 'Ensure no direct cub include' \
|
||||
--step 'Ensure correct trailing newlines'
|
||||
--step 'Ensure correct trailing newlines' \
|
||||
--step 'Ensure no raw cuda api calls'
|
||||
|
||||
flake8:
|
||||
@$(PYTHON) tools/actions_local_runner.py \
|
||||
|
Reference in New Issue
Block a user