You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -63,23 +63,10 @@ The code samples are licensed under MIT license
63
63
#Known issues or limitations
64
64
65
65
##On Windows Platform
66
-
1. If you are using Visual Studio 2019, Visual Studio 2019 version 16.3.0 or newer is required.
66
+
1. If you are using Visual Studio 2019, Visual Studio 2019 version 16.4.0 or newer is required.
67
67
2. To build samples on Windows, the required Windows SDK is ver. 10.0.17763.0.
68
-
69
-
1. If the SDK is not installed, use the following instructions below to avoid build failure:
70
-
71
-
1. Open the "code sample's" .sln from within Visual Studio 2017 or 2019,
72
-
2. Right-click on the project name in "Solution Explorer" and select "Properties"
73
-
74
-
2. The project property dialog opens.
75
-
76
-
1. Select the "General" tab on the left,
77
-
2. Select on the right side of the dialog box "Windows SDK Version"(2nd Item".
78
-
3. Click on the drop-down icon to select a version that is installed on your system.
79
-
4. click on [Ok] to save.
80
-
81
68
3. Now you should be able to build the code sample.
82
69
4. For beta, FPGA samples support Windows through FPGA-emulator.
83
70
5. If you encounter a compilation error like below when building a sample program, one reason is that the directory path of the sample is too long; the work around is to move the sample to a directory like "c:\temp\sample_name".
84
-
* Error MSB6003 The specified task executable "dpcpp-cl.exe" could not be run ......
71
+
* Error MSB6003 The specified task executable "dpcpp.exe" could not be run ......
0 commit comments