Skip to content

Commit 89bb319

Browse files
[Doc] Update Custom OPs broken references (#739)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Small PR - Commit f63ed97 moved a bunch of files. This PR adjusts the source for changes.
1 parent 1be1dc8 commit 89bb319

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/cpu/bench/custom_op_bench/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Running benchmarks for Intel Extension for PyTorch Custom OPs
2-
Evaluate performance for custom operator with [launcher](../../../../tutorials/intro_launch.md).
2+
Evaluate performance for custom operator with [launcher](../../../../docs/tutorials/performance_tuning/launch_script.md).
33
## Prepare envrioment
4-
Follow [performance_tuning_guide](../../../../tutorials/Performance_Tuning.md) to install Memory_Allocator(you can choose Tcmalloc or Jemalloc).
4+
Follow [performance_tuning_guide](../../../../docs/tutorials/performance_tuning/tuning_guide.md) to install Memory_Allocator(you can choose Tcmalloc or Jemalloc).
55
Install intel-openmp:
66

77
```
88
pip install intel-openmp=2024.1.2
99
```
1010

11-
## Evaluate [Interaction](../../../../intel_extension_for_pytorch/nn/functional/interaction.py)
11+
## Evaluate [Interaction](../../../../intel_extension_for_pytorch/cpu/nn/interaction.py)
1212

1313
1.Inference: 1 instance per core in real world scenario
1414

@@ -34,7 +34,7 @@ python -m intel_extension_for_pytorch.cpu.launch --node-id 0 optimizer.py --opti
3434
python -m intel_extension_for_pytorch.cpu.launch --node-id 0 optimizer.py --optimizer adam # for adam
3535
```
3636

37-
## Evaluate IPEX [MergedEmbeddingBag](../../../../intel_extension_for_pytorch/nn/module/merged_embeddingbag.py)
37+
## Evaluate IPEX [MergedEmbeddingBag](../../../../intel_extension_for_pytorch/nn/modules/merged_embeddingbag.py)
3838
```
3939
export CORES=`lscpu | grep Core | awk '{print $4}'`
4040
export BATCHSIZE=$((128*CORES))

0 commit comments

Comments
 (0)