aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-11-20 07:07:41 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-11-20 07:07:41 -0800
commit79a07b891bed35eba8ba4267722ecf99bf16a9d8 (patch)
tree07bc89f1b361a68d1c02fa7ddf664880937f02b8 /unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
parent465ede0f20bae4795cd56b6987aaac77c5913bb2 (diff)
Fixed a typo
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
index 5d5ddfcb7..f880a8b90 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h
@@ -95,7 +95,7 @@ struct QueueInterface {
}
EIGEN_STRONG_INLINE void deallocate_all() const {
- buffer_map.clear;
+ buffer_map.clear();
}
EIGEN_STRONG_INLINE std::map<const uint8_t *, cl::sycl::buffer<uint8_t,1>>::iterator find_buffer(const void* ptr) const {