mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
10 lines
216 B
C++
10 lines
216 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "unit_tests/helpers/kernel_binary_helper.h"
|
||
|
|
|
||
|
|
const std::string KernelBinaryHelper::BUILT_INS("7030307152995455603");
|