mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-01 00:04:14 +08:00
Fixed a typo
This commit is contained in:
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user