pytorch/caffe2/contrib/nccl
Clive Chan 0fd8f6b93c Missed one CHECK_NOTNULL in #82032's find-replace (#84720)
Building master fails with the following:

```
pytorch/caffe2/contrib/nccl/cuda_nccl_gpu.cc:180:51: error: 'CHECK_NOTNULL' was not declared in this scope; did you mean 'TORCH_CHECK_NOTNULL'?
  180 |     CUDA_ENFORCE(cudaStreamWaitEvent(CHECK_NOTNULL(ex.stream), event, 0));
```

Seems like #82032 just missed one find-replace. cc @wconstab

Not sure why this wouldn't have been caught elsewhere.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84720
Approved by: https://github.com/wconstab
2022-09-09 16:13:07 +00:00
..
__init__.py
CMakeLists.txt
cuda_nccl_gpu.cc
cuda_nccl_gpu.h
cuda_nccl_op_gpu.cc
nccl_ops_test.py