MCPcopy Create free account
hub / github.com/ROCm/clr / dev_ptr

Method dev_ptr

rocclr/platform/command.hpp:1897–1897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1895 bool validateMemory();
1896
1897 const void* dev_ptr() const { return dev_ptr_; }
1898 size_t count() const { return count_; }
1899 amd::Device* device() const { return dev_; }
1900 size_t cpu_access() const { return cpu_access_; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected