/* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/helpers/cache_policy.h" namespace NEO { template const char *L1CachePolicyHelper::getCachingPolicyOptions() { return nullptr; } } // namespace NEO