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

Method migrationFlags

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

Returns the migration flags

Source from the content-addressed store, hash-verified

1209
1210 //! Returns the migration flags
1211 cl_mem_migration_flags migrationFlags() const { return migrationFlags_; }
1212 //! Returns the number of memory objects in the command
1213 uint32_t numMemObjects() const { return (uint32_t)memObjects_.size(); }
1214 //! Returns a pointer to the memory objects

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected