Fixed a typo

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

View File

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