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 698847a commit c026a86Copy full SHA for c026a86
docs/tutorials/examples.md
@@ -269,7 +269,7 @@ $ cmake -DCMAKE_PREFIX_PATH=<LIBPYTORCH_PATH> ..
269
$ make
270
```
271
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*.
+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*.
273
274
```bash
275
$ cmake -DCMAKE_PREFIX_PATH=/workspace/libtorch ..
0 commit comments