Skip to content

Commit b3ea9a6

Browse files
authored
Sync #2076 (#2115)
1 parent 54f1e56 commit b3ea9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/features/DPC++_Extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ project(lltm_xpu)
6060
6161
find_package(Python COMPONENTS Interpreter Development)
6262
find_package(Torch REQUIRED)
63-
find_package(IntelExtensionPytorch REQUIRED)
63+
find_package(IPEX REQUIRED)
6464
6565
#The SYCL kernel should be compiled with "-fsycl"
6666
set_source_files_properties(lltm_xpu_kernel.cpp PROPERTIES COMPILE_FLAGS "-fsycl")

0 commit comments

Comments
 (0)