MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / ~unified_array

Method ~unified_array

less_slow.cpp:3309–3309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3307 }
3308
3309 ~unified_array() noexcept { cudaFree(data_); }
3310
3311 type_ *begin() const noexcept { return data_; }
3312 type_ *end() const noexcept { return data_ + size_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected