Skip to content

Commit 3ec8dde

Browse files
lukaszgotszaldintelsys_zuul
authored andcommitted
refactor Probe + include
Change-Id: I0423b7042f24f34e6dcd638ececf883eb545406a
1 parent 4c9f80e commit 3ec8dde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+61
-62
lines changed

IGC/AdaptorCommon/AddImplicitArgs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4343
#include "common/debug/Debug.hpp"
4444
#include <map>
4545
#include <utility>
46-
#include "Probe.h"
46+
#include "Probe/Assertion.h"
4747

4848
using namespace llvm;
4949
using namespace IGC;

IGC/AdaptorCommon/IRUpgrader/UpgraderResourceAccess.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3535
#include <llvm/IR/InstVisitor.h>
3636
#include <llvm/IR/IRBuilder.h>
3737
#include "common/LLVMWarningsPop.hpp"
38-
#include "Probe.h"
38+
#include "Probe/Assertion.h"
3939

4040
using namespace llvm;
4141

IGC/AdaptorCommon/ImplicitArgs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3333
#include <llvm/IR/Metadata.h>
3434
#include <llvm/IR/Module.h>
3535
#include "common/LLVMWarningsPop.hpp"
36-
#include "Probe.h"
36+
#include "Probe/Assertion.h"
3737

3838
using namespace llvm;
3939
using namespace IGC;

IGC/AdaptorCommon/TypesLegalizationPass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2525
======================= end_copyright_notice ==================================*/
2626
#include "TypesLegalizationPass.hpp"
2727
#include "../Compiler/IGCPassSupport.h"
28-
#include "Probe.h"
28+
#include "Probe/Assertion.h"
2929

3030
using namespace llvm;
3131

IGC/AdaptorCommon/customApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3838
#include "common/igc_regkeys.hpp"
3939
#include "common/SysUtils.hpp"
4040
#include "common/secure_string.h" // strcpy_s()
41-
#include "Probe.h"
41+
#include "Probe/Assertion.h"
4242

4343
#if defined(IGC_DEBUG_VARIABLES)
4444
#include "3d/common/iStdLib/File.h"

IGC/AdaptorOCL/OCL/Patch/patch_parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3434
#include "patch_g9.h"
3535
#include "visa/include/RelocationInfo.h"
3636
#include "../sp/sp_debug.h"
37-
#include "Probe.h"
37+
#include "Probe/Assertion.h"
3838

3939
namespace iOpenCL
4040
{

IGC/AdaptorOCL/OCL/Platform/cmd_parser_g8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3636
#include "cmd_media_init_g8.h"
3737

3838
#include "IGC/common/igc_regkeys.hpp"
39-
#include "Probe.h"
39+
#include "Probe/Assertion.h"
4040

4141
namespace G6HWC
4242
{

IGC/AdaptorOCL/OCL/sp/gtpin_igc_ocl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2929
#define _strdup strdup
3030
#endif
3131

32-
#include "Probe.h"
32+
#include "Probe/Assertion.h"
3333

3434
//
3535
// We need to make the following functions that will be replaced by GT-Pin at runtime

IGC/AdaptorOCL/OCL/sp/sp_g8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6363

6464
#include <algorithm>
6565
#include <cstring>
66-
#include "Probe.h"
66+
#include "Probe/Assertion.h"
6767

6868
using namespace IGC;
6969
using namespace IGC::IGCMD;

IGC/AdaptorOCL/OCL/sp/sp_g8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4141
#include "inc/common/Compiler/API/SurfaceFormats.h"
4242
#include "usc.h"
4343
#include "sp_debug.h"
44-
#include "Probe.h"
44+
#include "Probe/Assertion.h"
4545

4646
namespace IGC
4747
{

0 commit comments

Comments
 (0)