@@ -115,7 +115,7 @@ project "PluginInteropUnityCUDA"
115
115
-- Add necessary build customization using standard Premake5
116
116
-- This assumes you have installed Visual Studio integration for CUDA
117
117
-- Here we have it set to 11.4
118
- buildcustomizations " BuildCustomizations/CUDA 11.7 "
118
+ buildcustomizations " BuildCustomizations/CUDA 12.1 "
119
119
cudaPath " /usr/local/cuda" -- Only affects linux, because the windows builds get CUDA from the VS extension
120
120
121
121
-- CUDA specific properties
@@ -202,7 +202,7 @@ project "SampleBasic"
202
202
-- Add necessary build customization using standard Premake5
203
203
-- This assumes you have installed Visual Studio integration for CUDA
204
204
-- Here we have it set to 11.4
205
- buildcustomizations " BuildCustomizations/CUDA 11.7 "
205
+ buildcustomizations " BuildCustomizations/CUDA 12.1 "
206
206
cudaPath " /usr/local/cuda" -- Only affects linux, because the windows builds get CUDA from the VS extension
207
207
208
208
-- CUDA specific properties
@@ -264,7 +264,7 @@ project "Utilities"
264
264
-- Add necessary build customization using standard Premake5
265
265
-- This assumes you have installed Visual Studio integration for CUDA
266
266
-- Here we have it set to 11.4
267
- buildcustomizations " BuildCustomizations/CUDA 11.7 "
267
+ buildcustomizations " BuildCustomizations/CUDA 12.1 "
268
268
cudaPath " /usr/local/cuda" -- Only affects linux, because the windows builds get CUDA from the VS extension
269
269
270
270
cudaMaxRegCount " 32"
0 commit comments