| 382 | bool operator!=(const CompNode& rhs) const { return !this->operator==(rhs); } |
| 383 | |
| 384 | bool valid() const { return m_impl; } |
| 385 | |
| 386 | //! get total and free memory on the computing device in bytes |
| 387 | std::pair<size_t, size_t> get_mem_status_bytes() const { |
no outgoing calls