Skip to content

Commit

Permalink
build: relocated src/gpu/intel/sycl/l0/level_zero to third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Jan 15, 2025
1 parent 2d2ec7e commit b92d048
Show file tree
Hide file tree
Showing 19 changed files with 8 additions and 26 deletions.
4 changes: 2 additions & 2 deletions src/gpu/intel/sycl/compat.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright 2021-2024 Intel Corporation
* Copyright 2021-2025 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@
#include "gpu/intel/utils.hpp"
#include "oneapi/dnnl/dnnl_config.h"

#include "gpu/intel/sycl/l0/level_zero/ze_api.h"
#include "level_zero/ze_api.h"

#if __has_include(<sycl/backend/opencl.hpp>)
#include <sycl/backend/opencl.hpp>
Expand Down
18 changes: 0 additions & 18 deletions src/gpu/intel/sycl/l0/level_zero/.clang-format

This file was deleted.

4 changes: 2 additions & 2 deletions src/gpu/intel/sycl/l0/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#error "Level Zero is supported on Linux and Windows only"
#endif

#include "gpu/intel/sycl/l0/level_zero/ze_api.h"
#include "gpu/intel/sycl/l0/level_zero/ze_intel_gpu.h"
#include "level_zero/ze_api.h"
#include "level_zero/ze_intel_gpu.h"

#if !defined(__SYCL_COMPILER_VERSION)
#error "Unsupported compiler"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#ifndef _ZE_INTEL_GPU_H
#define _ZE_INTEL_GPU_H

#include "gpu/intel/sycl/l0/level_zero/ze_stypes.h"
#include "gpu/intel/sycl/l0/level_zero/ze_api.h"
#include "ze_stypes.h"
#include "ze_api.h"

#if defined(__cplusplus)
#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef _ZE_STYPES_H
#define _ZE_STYPES_H

#include "gpu/intel/sycl/l0/level_zero/ze_api.h"
#include "ze_api.h"

#define ZE_STRUCTURE_TYPE_PITCHED_ALLOC_DEVICE_EXP_PROPERTIES (ze_structure_type_t)0x0002001D
#define ZE_STRUCTURE_TYPE_BINDLESS_IMAGE_EXP_DESC (ze_structure_type_t)0x0002001E
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion third_party/ngen/ngen_level_zero.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "ngen_config.hpp"

#include "gpu/intel/sycl/l0/level_zero/ze_api.h"
#include "level_zero/ze_api.h"

#if defined(__linux__)
#include <dlfcn.h>
Expand Down

0 comments on commit b92d048

Please sign in to comment.