1 /*
2  * Copyright (C) 2019-2020 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #include "opencl/source/os_interface/ocl_reg_path.h"
9 
10 namespace NEO {
11 const char *oclRegPath = "Software\\Intel\\IGFX\\OCL\\";
12 }
13