Skip to content

Commit 5784a8d

Browse files
committed
update c++ so file name
1 parent 86ad576 commit 5784a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/intel_extension_for_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def forward(self, input):
322322
323323
add_executable(example-app example-app.cpp)
324324
# Link the binary aganist the C++ dynamic library file of Intel® Extension for PyTorch*
325-
target_link_libraries(example-app "${TORCH_LIBRARIES}" "${INTEL_EXTENSION_FOR_PYTORCH_PATH}/lib/lib<TBA>.so")
325+
target_link_libraries(example-app "${TORCH_LIBRARIES}" "${INTEL_EXTENSION_FOR_PYTORCH_PATH}/lib/libintel-ext-pt-cpu.so")
326326
327327
set_property(TARGET example-app PROPERTY CXX_STANDARD 14)
328328
'''

0 commit comments

Comments
 (0)