File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
AI-and-Analytics/Jupyter/Numba_dpex_Essentials_training Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ prog8: 03_dpex_Pairwise_Distance/lab/pairwise_distance.py
22
22
python -Wignore 03_dpex_Pairwise_Distance/lab/pairwise_distance.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
23
23
24
24
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
26
26
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
28
28
29
29
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
31
31
32
32
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
34
34
35
35
prog14 : 05_dpex_Kmeans/lab/kmeans.py
36
36
python -Wignore 05_dpex_Kmeans/lab/kmeans.py --steps 1 --size 1024 --repeat 1 --json result_gpu.json
37
37
38
38
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
You can’t perform that action at this time.
0 commit comments