1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-18 23:57:39 +08:00

Fixed a typo

This commit is contained in:
Benoit Steiner 2016-11-20 07:07:41 -08:00
parent 465ede0f20
commit 79a07b891b

@ -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 {