compute-runtime/shared/source/helpers/completion_stamp.cpp

15 lines
236 B
C++

/*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/completion_stamp.h"
namespace NEO {
const uint32_t CompletionStamp::notReady = 0xFFFFFFF0;
} // namespace NEO