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: autodrive_simulink_api/troubleshooting/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,16 @@ Setup the GPU MEX compiler by following the steps below:
28
28
29
29
2. Install NVIDIA CUDA [Tested with CUDA 11.8 (V11.8.89)]
30
30
31
-
> [!NOTE]
32
-
> It is important to install CUDA after installing Visual Studio so that CUDA can configure Visual Studio settings during installation.
33
-
34
31

35
32
36
-
3. Setup the MEX Compiler by running `mex -setup C` and `mex -setup C++` in MATLAB Command Window and selecting `Microsoft Visual C++ 2019 (C)` as the compiler.
33
+
> [!NOTE]
34
+
> It is important to install CUDA after installing Visual Studio so that CUDA can configure Visual Studio settings during installation.
35
+
36
+
4. Setup the MEX Compiler by running `mex -setup C` and `mex -setup C++` in MATLAB Command Window and selecting `Microsoft Visual C++ 2019 (C)` as the compiler.
37
37
38
38

39
39
40
-
4. Set the Simulink build process toolchain to `NVIDIA CUDA (w/Microsoft Visual C++ 2019) | nmake` (selecting `Automatically locate an installed toolchain` should choose this already)
40
+
5. Set the Simulink build process toolchain to `NVIDIA CUDA (w/Microsoft Visual C++ 2019) | nmake` (selecting `Automatically locate an installed toolchain` should choose this already)
0 commit comments