Returns the migration flags
| 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 |
no outgoing calls
no test coverage detected