compute-runtime/shared/test/common/test_macros/header/clos_matchers.h

12 lines
167 B
C

/*
* Copyright (C) 2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
using IsClosSupported = IsPVC;
using IsClosUnsupported = IsNotPVC;