compute-runtime/runtime/os_interface/windows/ocl_reg_path.cpp

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\\";
}