2018-10-18 22:41:04 +08:00
|
|
|
/*
|
2020-02-22 16:28:27 +08:00
|
|
|
* Copyright (C) 2017-2020 Intel Corporation
|
2018-10-18 22:41:04 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-23 05:50:57 +08:00
|
|
|
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
|
2018-10-18 22:41:04 +08:00
|
|
|
|
|
|
|
namespace AubMemDump {
|
|
|
|
void LrcaHelper::setContextSaveRestoreFlags(uint32_t &ctxSrCtlValue) const {
|
|
|
|
}
|
|
|
|
} // namespace AubMemDump
|