File tree 3 files changed +6
-6
lines changed
DirectProgramming/C++SYCL_FPGA/Tutorials/Features
optimization_levels/minimum_latency
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
"id" : " fpga_emu" ,
47
47
"steps" : [
48
48
" icpx --version" ,
49
- " cd ../../.." ,
49
+ " cd ../../../.. " ,
50
50
" mkdir build" ,
51
51
" cd build" ,
52
52
" cmake -G \" NMake Makefiles\" ../Tutorials/Features/experimental/hostpipes" ,
58
58
"id" : " report" ,
59
59
"steps" : [
60
60
" icpx --version" ,
61
- " cd ../../.." ,
61
+ " cd ../../../.. " ,
62
62
" mkdir build" ,
63
63
" cd build" ,
64
64
" cmake -G \" NMake Makefiles\" ../Tutorials/Features/experimental/hostpipes" ,
Original file line number Diff line number Diff line change 46
46
"id" : " fpga_emu" ,
47
47
"steps" : [
48
48
" icpx --version" ,
49
- " cd ../../.." ,
49
+ " cd ../../../.. " ,
50
50
" mkdir build" ,
51
51
" cd build" ,
52
52
" cmake -G \" NMake Makefiles\" ../Tutorials/Features/experimental/latency_control" ,
58
58
"id" : " report" ,
59
59
"steps" : [
60
60
" icpx --version" ,
61
- " cd ../../.." ,
61
+ " cd ../../../.. " ,
62
62
" mkdir build" ,
63
63
" cd build" ,
64
64
" cmake -G \" NMake Makefiles\" ../Tutorials/Features/experimental/latency_control" ,
Original file line number Diff line number Diff line change 46
46
"id" : " fpga_emu" ,
47
47
"steps" : [
48
48
" icpx --version" ,
49
- " cd ../../.." ,
49
+ " cd ../../../.. " ,
50
50
" mkdir build" ,
51
51
" cd build" ,
52
52
" cmake -G \" NMake Makefiles\" ../Tutorials/Features/optimization_levels/minimum_latency" ,
58
58
"id" : " report" ,
59
59
"steps" : [
60
60
" icpx --version" ,
61
- " cd ../../.." ,
61
+ " cd ../../../.. " ,
62
62
" mkdir build" ,
63
63
" cd build" ,
64
64
" cmake -G \" NMake Makefiles\" ../Tutorials/Features/optimization_levels/minimum_latency" ,
You can’t perform that action at this time.
0 commit comments