Skip to content

Commit c026a86

Browse files
authored
update docs for cppsdk (#1481)
1 parent 698847a commit c026a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ $ cmake -DCMAKE_PREFIX_PATH=<LIBPYTORCH_PATH> ..
269269
$ make
270270
```
271271

272-
If *Found INTEL_EXT_PT_CPU* is shown as *TRUE*, the extension had been linked into the binary. This can be verified with Linux command *ldd*.
272+
If *Found IPEX* is shown as with a dynamic library path, the extension had been linked into the binary. This can be verified with Linux command *ldd*.
273273

274274
```bash
275275
$ cmake -DCMAKE_PREFIX_PATH=/workspace/libtorch ..

0 commit comments

Comments
 (0)