Files
compute-runtime/shared/source/gen12lp/adln/device_ids_configs_adln.h

15 lines
234 B
C
Raw Normal View History

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <vector>
namespace NEO {
static const std::vector<unsigned short> adlnDeviceIds{0x46D0, 0x46D1, 0x46D2};
} // namespace NEO