Skip to content

Commit c422740

Browse files
committed
📦️ Update CUDA to 12.1
1 parent 3ac388e commit c422740

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
Binary file not shown.
-1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Plugin/premake5.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ project "PluginInteropUnityCUDA"
115115
-- Add necessary build customization using standard Premake5
116116
-- This assumes you have installed Visual Studio integration for CUDA
117117
-- Here we have it set to 11.4
118-
buildcustomizations "BuildCustomizations/CUDA 11.7"
118+
buildcustomizations "BuildCustomizations/CUDA 12.1"
119119
cudaPath "/usr/local/cuda" -- Only affects linux, because the windows builds get CUDA from the VS extension
120120

121121
-- CUDA specific properties
@@ -202,7 +202,7 @@ project "SampleBasic"
202202
-- Add necessary build customization using standard Premake5
203203
-- This assumes you have installed Visual Studio integration for CUDA
204204
-- Here we have it set to 11.4
205-
buildcustomizations "BuildCustomizations/CUDA 11.7"
205+
buildcustomizations "BuildCustomizations/CUDA 12.1"
206206
cudaPath "/usr/local/cuda" -- Only affects linux, because the windows builds get CUDA from the VS extension
207207

208208
-- CUDA specific properties
@@ -264,7 +264,7 @@ project "Utilities"
264264
-- Add necessary build customization using standard Premake5
265265
-- This assumes you have installed Visual Studio integration for CUDA
266266
-- Here we have it set to 11.4
267-
buildcustomizations "BuildCustomizations/CUDA 11.7"
267+
buildcustomizations "BuildCustomizations/CUDA 12.1"
268268
cudaPath "/usr/local/cuda" -- Only affects linux, because the windows builds get CUDA from the VS extension
269269

270270
cudaMaxRegCount "32"

0 commit comments

Comments
 (0)