mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
13 lines
217 B
C++
13 lines
217 B
C++
/*
|
|
* Copyright (C) 2018-2023 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/helpers/kmd_notify_properties.h"
|
|
|
|
using namespace NEO;
|
|
|
|
void KmdNotifyHelper::updateAcLineStatus() {}
|