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