| 815 | } |
| 816 | |
| 817 | ~HostDnVecFloat() { |
| 818 | if (this->vals != nullptr) { |
| 819 | free(this->vals); |
| 820 | this->vals = nullptr; |
| 821 | } |
| 822 | // std::cout << "HostDnVecFloat destructor called!" << std::endl; |
| 823 | } |
| 824 | }; |
| 825 | |
| 826 | // dense vector wrapper on host: int type |
nothing calls this directly
no outgoing calls
no test coverage detected