Files
compute-runtime/shared/test/common/test_macros/header/multitile_matchers.h
Mateusz Jablonski 5912b43841 refactor: remove dead code
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2024-09-17 13:41:50 +02:00

12 lines
173 B
C

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