pytorch/c10
Kurtis David b824fc4de2 [pytorch] [PR] Rename cuda kernel checks to C10 (#48615)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/48615

Convert the macro from `TORCH_CUDA_KERNEL_LAUNCH_CHECK` to `C10_CUDA_KERNEL_LAUNCH_CHECK`, since it is now accessible through c10, not just torch.

Test Plan:
```
buck build //caffe2/caffe2:caffe2_cu
buck build //caffe2/aten:ATen-cu
buck test //caffe2/test:kernel_launch_checks -- --print-passing-details
```

Reviewed By: jianyuh

Differential Revision: D25228727

fbshipit-source-id: 9c65feb3d0ea3fbd31f1dcaecdb88ef0534f9121
2020-12-01 18:19:07 -08:00
..
benchmark
core [caffe2] Register BlackBoxPredictor AllocationArenaPool as CPUCachingAllocator (#48161) 2020-11-30 15:03:34 -08:00
cuda [pytorch] [PR] Rename cuda kernel checks to C10 (#48615) 2020-12-01 18:19:07 -08:00
hip
macros migrate export_caffe2_op_to_c10.h macros to the new dispatcher registration API, update code_analyzer regex (#48308) 2020-11-30 13:05:33 -08:00
mobile Fix CPUCaching allocator guard bug (#46922) 2020-10-28 10:06:22 -07:00
test faithful signature support in BoxedKernelWrapper (#47267) 2020-11-10 13:58:36 -08:00
util fix move default not compile correctly on cuda92 (#48257) 2020-12-01 14:23:20 -08:00
CMakeLists.txt Use CAFFE2_USE_MSVC_STATIC_RUNTIME to determine when to avoid waiting for global destructors on Windows (#43532) 2020-10-01 16:41:14 -07:00