| 3307 | } |
| 3308 | |
| 3309 | ~unified_array() noexcept { cudaFree(data_); } |
| 3310 | |
| 3311 | type_ *begin() const noexcept { return data_; } |
| 3312 | type_ *end() const noexcept { return data_ + size_; } |
nothing calls this directly
no outgoing calls
no test coverage detected