Skip to content

Commit 1101ae5

Browse files
authored
Fix typos
1 parent 5784a8d commit 1101ae5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes_source/recipes/intel_extension_for_pytorch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* Graph Optimization: To optimize performance further with torchscript,
4040
Intel® Extension for PyTorch* supports fusion of frequently used operator
4141
patterns, like Conv2D+ReLU, Linear+ReLU, etc. The benefit of the fusions are
42-
delivered to users in a transparant fashion. Detailed fusion patterns
42+
delivered to users in a transparent fashion. Detailed fusion patterns
4343
supported can be found `here <https://github.com/intel/intel-extension-for-pytorch>`_.
4444
The graph optimization will be up-streamed to PyTorch with the introduction
4545
of oneDNN Graph API.
@@ -321,7 +321,7 @@ def forward(self, input):
321321
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${TORCH_CXX_FLAGS} -Wl,--no-as-needed")
322322
323323
add_executable(example-app example-app.cpp)
324-
# Link the binary aganist the C++ dynamic library file of Intel® Extension for PyTorch*
324+
# Link the binary against the C++ dynamic library file of Intel® Extension for PyTorch*
325325
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)

0 commit comments

Comments
 (0)