mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
- call queryMemoryInfo on Drm::create() Change-Id: Ib0532894f271bd4ab3dcbb281d0bddf2a01d4afe Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
16 lines
181 B
C++
16 lines
181 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "drm_neo.h"
|
|
|
|
namespace OCLRT {
|
|
|
|
void Drm::queryMemoryInfo() {
|
|
}
|
|
|
|
} // namespace OCLRT
|