| 21 | { |
| 22 | |
| 23 | HOST_DEVICE constexpr |
| 24 | GmmaDescriptor() noexcept : desc_(0) {} |
| 25 | HOST_DEVICE constexpr |
| 26 | GmmaDescriptor(uint64_t desc) noexcept : desc_(desc) {} |
| 27 | HOST_DEVICE constexpr |
nothing calls this directly
no outgoing calls
no test coverage detected