Unverified Commit 3e27eb21 authored by peterbell10's avatar peterbell10 Committed by GitHub
Browse files

Update gpu atomics include path (#4478)



* Update gpu atomics include path

THC is being removed, and this header now lives in ATen.
See pytorch/pytorch#65470.

* Empty commit to trigger build
Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent b7c23589
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
#include <ATen/cuda/CUDAContext.h> #include <ATen/cuda/CUDAContext.h>
#include <c10/cuda/CUDAGuard.h> #include <c10/cuda/CUDAGuard.h>
#include <torch/library.h> #include <torch/library.h>
#include <THC/THCAtomics.cuh> #include <ATen/cuda/Atomic.cuh>
#include "cuda_helpers.h" #include "cuda_helpers.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <ATen/cuda/CUDAContext.h> #include <ATen/cuda/CUDAContext.h>
#include <c10/cuda/CUDAGuard.h> #include <c10/cuda/CUDAGuard.h>
#include <torch/library.h> #include <torch/library.h>
#include <THC/THCAtomics.cuh> #include <ATen/cuda/Atomic.cuh>
#include "cuda_helpers.h" #include "cuda_helpers.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <ATen/cuda/CUDAContext.h> #include <ATen/cuda/CUDAContext.h>
#include <c10/cuda/CUDAGuard.h> #include <c10/cuda/CUDAGuard.h>
#include <torch/library.h> #include <torch/library.h>
#include <THC/THCAtomics.cuh> #include <ATen/cuda/Atomic.cuh>
#include "cuda_helpers.h" #include "cuda_helpers.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <ATen/cuda/CUDAContext.h> #include <ATen/cuda/CUDAContext.h>
#include <c10/cuda/CUDAGuard.h> #include <c10/cuda/CUDAGuard.h>
#include <torch/library.h> #include <torch/library.h>
#include <THC/THCAtomics.cuh> #include <ATen/cuda/Atomic.cuh>
#include "cuda_helpers.h" #include "cuda_helpers.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <c10/cuda/CUDAGuard.h> #include <c10/cuda/CUDAGuard.h>
#include <float.h> #include <float.h>
#include <torch/library.h> #include <torch/library.h>
#include <THC/THCAtomics.cuh> #include <ATen/cuda/Atomic.cuh>
#include "cuda_helpers.h" #include "cuda_helpers.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment