mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| CMakeLists.txt | ||
| cuda_nccl_gpu.cc | ||
| cuda_nccl_gpu.h | ||
| cuda_nccl_op_gpu.cc | ||
| nccl_ops_test.py | ||