mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
13 lines
220 B
C++
13 lines
220 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "opencl/source/os_interface/ocl_reg_path.h"
|
|
|
|
namespace NEO {
|
|
const char *oclRegPath = "Software\\Intel\\IGFX\\OCL\\";
|
|
}
|