/* * Copyright (C) 2023 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/release_helper/release_helper.h" namespace NEO { template <> bool ReleaseHelperHw::isProgramAllStateComputeCommandFieldsWARequired() const { return true; } template <> bool ReleaseHelperHw::isSplitMatrixMultiplyAccumulateSupported() const { return true; } template <> bool ReleaseHelperHw::isBFloat16ConversionSupported() const { return true; } template <> bool ReleaseHelperHw::isDirectSubmissionSupported() const { return true; } template <> bool ReleaseHelperHw::isRcsExposureDisabled() const { return true; } } // namespace NEO