We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f1e56 commit b3ea9a6Copy full SHA for b3ea9a6
docs/tutorials/features/DPC++_Extension.md
@@ -60,7 +60,7 @@ project(lltm_xpu)
60
61
find_package(Python COMPONENTS Interpreter Development)
62
find_package(Torch REQUIRED)
63
-find_package(IntelExtensionPytorch REQUIRED)
+find_package(IPEX REQUIRED)
64
65
#The SYCL kernel should be compiled with "-fsycl"
66
set_source_files_properties(lltm_xpu_kernel.cpp PROPERTIES COMPILE_FLAGS "-fsycl")
0 commit comments