Skip to content

Commit a394139

Browse files
authored
fix for Jira ONSAM-1819 (#2148)
* Updated data parallel python jupyter notebooks as per latest release * Added module 13 to oneapi essentials jupyter notebooks * fix for jira ONSAM-1819
1 parent 9358c95 commit a394139

File tree

1 file changed

+5
-5
lines changed
  • AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training

1 file changed

+5
-5
lines changed

AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ prog8: 03_dpex_Pairwise_Distance/lab/pairwise_distance.py
2222
python -Wignore 03_dpex_Pairwise_Distance/lab/pairwise_distance.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
2323

2424
prog9: 03_dpex_Pairwise_Distance/lab/pairwise_distance_gpu.py
25-
python -Wignore 03_dpex_Pairwise_Distance/lab/pairwise_distance_gpu.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
25+
python -Wignore 03_dpex_Pairwise_Distance/lab/pairwise_distance_gpu.py --steps 1 --size 1024 --repeat 1
2626
prog10: 03_dpex_Pairwise_Distance/lab/pair_wise_kernel.py
27-
python -Wignore 03_dpex_Pairwise_Distance/lab/pair_wise_kernel.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
27+
python -Wignore 03_dpex_Pairwise_Distance/lab/pair_wise_kernel.py --steps 1 --size 1024 --repeat 1
2828

2929
prog11: 04_dpex_Black_Sholes/lab/black_sholes_jit_cpu.py
30-
python -Wignore 04_dpex_Black_Sholes/lab/black_sholes_jit_cpu.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
30+
python -Wignore 04_dpex_Black_Sholes/lab/black_sholes_jit_cpu.py --steps 1 --size 1024 --repeat 1
3131

3232
prog12: 04_dpex_Black_Sholes/lab/black_sholes_jit_gpu.py
33-
python -Wignore 04_dpex_Black_Sholes/lab/black_sholes_jit_gpu.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
33+
python -Wignore 04_dpex_Black_Sholes/lab/black_sholes_jit_gpu.py --steps 1 --size 1024 --repeat 1
3434

3535
prog14: 05_dpex_Kmeans/lab/kmeans.py
3636
python -Wignore 05_dpex_Kmeans/lab/kmeans.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
3737

3838
prog15: 05_dpex_Kmeans/lab/kmeans_kernel_atomic.py
39-
python -Wignore 05_dpex_Kmeans/lab/kmeans_kernel_atomic.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
39+
python -Wignore 05_dpex_Kmeans/lab/kmeans_kernel_atomic.py --steps 1 --size 1024 --repeat 1

0 commit comments

Comments
 (0)