Skip to content

Commit bef914a

Browse files
authored
updated setvars path for windows fails (#2166)
1 parent bda6ea7 commit bef914a

File tree

108 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+108
-108
lines changed

DirectProgramming/C++SYCL/CombinationalLogic/mandelbrot/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4242
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4343
>
4444
> Windows*:
45-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
45+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4646
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4747
>
4848
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/CombinationalLogic/sepia-filter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4444
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4545
>
4646
> Windows*:
47-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
47+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4848
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4949
>
5050
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/DenseLinearAlgebra/complex_mult/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4343
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4444
>
4545
> Windows*:
46-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
46+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4747
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4848
>
4949
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4444
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4545
>
4646
> Windows*:
47-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
47+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4848
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4949
>
5050
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/DenseLinearAlgebra/simple-add/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ When working with the command-line interface (CLI), you should configure the one
6565
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
6666
>
6767
> Windows*:
68-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
68+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
6969
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
7070
>
7171
> For more information on configuring environment variables, see *[Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html)* or *[Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html)*.

DirectProgramming/C++SYCL/DenseLinearAlgebra/vector-add/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When working with the command-line interface (CLI), you should configure the one
6363
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
6464
>
6565
> Windows*:
66-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
66+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
6767
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
6868
>
6969
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL/GraphAlgorithms/all-pairs-shortest-paths/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When working with the Command Line Interface (CLI), you should configure the one
5454
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5555
>
5656
> Windows*:
57-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
57+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5858
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5959
>
6060
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/GraphTraversal/bitonic-sort/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4343
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4444
>
4545
> Windows*:
46-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
46+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4747
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4848
>
4949
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When working with the Command Line Interface (CLI), you should configure the one
5454
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5555
>
5656
> Windows*:
57-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
57+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5858
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5959
>
6060
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/MapReduce/MonteCarloPi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4141
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4242
>
4343
> Windows*:
44-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
44+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4545
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4646
>
4747
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/N-BodyMethods/Nbody/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When working with the Command Line Interface (CLI), you should configure the one
3434
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
3535
>
3636
> Windows*:
37-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
37+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
3838
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
3939
>
4040
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/ParallelPatterns/PrefixSum/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When working with the Command Line Interface (CLI), you should configure the one
5454
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5555
>
5656
> Windows*:
57-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
57+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5858
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5959
>
6060
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/ParallelPatterns/loop-unroll/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4242
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4343
>
4444
> Windows*:
45-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
45+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4646
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4747
>
4848
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/SparseLinearAlgebra/merge-spmv/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4747
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4848
>
4949
> Windows*:
50-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
50+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5151
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5252
>
5353
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/SpectralMethods/DiscreteCosineTransform/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When working with the Command Line Interface (CLI), you should configure the one
5757
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5858
>
5959
> Windows*:
60-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
60+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
6161
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
6262
>
6363
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/StructuredGrids/1d_HeatTransfer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ When working with the Command Line Interface (CLI), you should configure the one
5656
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5757
>
5858
> Windows*:
59-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
59+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
6060
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
6161
>
6262
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/StructuredGrids/guided_iso3dfd_GPUOptimization/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The basic SYCL* standards implemented in the code include the use of the followi
6262
> - For private installations: `. ~/intel/oneapi/setvars.sh`
6363
>
6464
> Windows:
65-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
65+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
6666
>
6767
>For more information on environment variables, see Use the setvars Script for [Linux or macOS](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html), or [Windows](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).
6868

DirectProgramming/C++SYCL/StructuredGrids/iso2dfd_dpcpp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When working with the Command Line Interface (CLI), you should configure the one
4343
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4444
>
4545
> Windows*:
46-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
46+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
4747
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
4848
>
4949
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/StructuredGrids/iso3dfd_dpcpp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When working with the Command Line Interface (CLI), you should configure the one
5151
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5252
>
5353
> Windows*:
54-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
54+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5555
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5656
>
5757
> Microsoft Visual Studio:

DirectProgramming/C++SYCL/StructuredGrids/particle-diffusion/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When working with the command-line interface (CLI), you should configure the one
4848
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4949
>
5050
> Windows*:
51-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
51+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5252
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5353
>
5454
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL/VisualizedSamples/GameOfLife/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ sourcing the `setvars` script every time you open a new terminal window. This pr
4747
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
4848
>
4949
> Windows*:
50-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
50+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5151
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5252
>
5353
>For more information on environment variables, see "Use the setvars Script" for [Linux or macOS](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html), or [Windows](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL/VisualizedSamples/VisualMandlebrot/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sourcing the `setvars` script every time you open a new terminal window. This pr
4949
> - For non-POSIX shells, like csh, use the following command: `$ bash -c 'source <install-dir>/setvars.sh ; exec csh'`
5050
>
5151
> Windows*:
52-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
52+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
5353
> - For Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
5454
>
5555
>For more information on environment variables, see "Use the setvars Script" for [Linux or macOS](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html), or [Windows](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/anr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The design uses the following generic header files.
143143
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
144144
>
145145
> Windows*:
146-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
146+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
147147
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
148148
>
149149
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/board_test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The following block diagram shows an overview of a typical oneAPI FPGA BSP hardw
111111
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
112112
>
113113
> Windows*:
114-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
114+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
115115
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
116116
>
117117
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/cholesky/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For `constexpr_math.hpp`, `memory_utils.hpp`, `metaprogramming_utils.hpp`, and `
134134
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
135135
>
136136
> Windows*:
137-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
137+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
138138
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
139139
>
140140
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/cholesky_inversion/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Additionaly, the cmake build system can be configured using the following parame
156156
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
157157
>
158158
> Windows*:
159-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
159+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
160160
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
161161
>
162162
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/crr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This design measures the FPGA performance to determine how many assets can be pr
146146
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
147147
>
148148
> Windows*:
149-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
149+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
150150
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
151151
>
152152
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/db/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Query 12 showcases the `MergeJoin` database operator. The block diagram of the d
141141
> - For non-POSIX shells, like csh, use the following command: `bash -c 'source <install-dir>/setvars.sh ; exec csh'`
142142
>
143143
> Windows*:
144-
> - `C:\Program Files(x86)\Intel\oneAPI\setvars.bat`
144+
> - `C:\"Program Files (x86)"\Intel\oneAPI\setvars.bat`
145145
> - Windows PowerShell*, use the following command: `cmd.exe "/K" '"C:\Program Files (x86)\Intel\oneAPI\setvars.bat" && powershell'`
146146
>
147147
> For more information on configuring environment variables, see [Use the setvars Script with Linux* or macOS*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-linux-or-macos.html) or [Use the setvars Script with Windows*](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows.html).

0 commit comments

Comments
 (0)