mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-23 03:33:13 +08:00
Remove constexpr from ClDevice::getDevice
Change-Id: Iba4bd324a36c368b2711f5e1ec478acd210dbc14 Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
91c62dcc3a
commit
17aee4da95
@@ -91,7 +91,7 @@ class ClDevice : public BaseObject<_cl_device_id> {
|
||||
size_t &size,
|
||||
size_t &retSize);
|
||||
|
||||
constexpr Device &getDevice() const noexcept { return device; }
|
||||
Device &getDevice() const noexcept { return device; }
|
||||
ClDevice *getDeviceById(uint32_t deviceId);
|
||||
void initializeCaps();
|
||||
std::unique_ptr<SyncBufferHandler> syncBufferHandler;
|
||||
|
||||
Reference in New Issue
Block a user