aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-11-23 10:03:53 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2015-11-23 10:03:53 -0800
commitdf31ca3b9e038d9b83226a3ed3fe3c8a4cf16bdd (patch)
tree0094ba4a0dea740df3ccf2106b4174f0b4d5947f /unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
parent1e0405901239eab520e1eb7c62dc8ac185a369b1 (diff)
Made it possible to refer t oa GPUDevice from code compile with a regular C++ compiler
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
index 7d80d0b91..c76d1ee3f 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
@@ -27,7 +27,6 @@ class StreamInterface {
virtual void deallocate(void* buffer) const = 0;
};
-#if defined(__CUDACC__)
static cudaDeviceProp* m_deviceProperties;
static bool m_devicePropInitialized = false;
@@ -107,7 +106,6 @@ class CudaStreamDevice : public StreamInterface {
const cudaStream_t* stream_;
int device_;
};
-#endif // __CUDACC__
struct GpuDevice {
// The StreamInterface is not owned: the caller is