Skip to content

Commit 88c94ea

Browse files
committed
Move 'lib/Target/SPIRV' to 'third_party/intel'
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 8e8394a commit 88c94ea

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

lib/Target/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
add_subdirectory(LLVMIR)
2-
add_subdirectory(SPIRV)
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
add_subdirectory(LLVMIR)
2+
add_subdirectory(SPIRV)
File renamed without changes.

lib/Target/SPIRV/SPIRVTranslation.cpp renamed to third_party/intel/lib/Target/SPIRV/SPIRVTranslation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "triton/Target/SPIRV/SPIRVTranslation.h"
1+
#include "intel/include/Target/SPIRV/SPIRVTranslation.h"
22
#include <optional>
33

44
#include "LLVMSPIRVLib.h"
File renamed without changes.

third_party/intel/triton_xpu.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "intel/include/TritonToTritonGPUWarp/Passes.h"
1919
#include "intel/lib/LLVMIR/LLVMPasses.h"
2020

21-
#include "triton/Target/SPIRV/SPIRVTranslation.h"
21+
#include "intel/include/Target/SPIRV/SPIRVTranslation.h"
2222
#include "triton/Tools/Sys/GetEnv.hpp"
2323

2424
#include <pybind11/pybind11.h>

0 commit comments

Comments
 (0)