Skip to content

Commit cd3bc1f

Browse files
committed
Updating samples for CUDA 12.4
1 parent e8568c4 commit cd3bc1f

File tree

776 files changed

+1380
-1349
lines changed

Some content is hidden

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

776 files changed

+1380
-1349
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### CUDA 12.4
4+
* Added graphConditionalNodes Sample
5+
36
### CUDA 12.3
47
* Added cuDLA samples
58
* Fixed jitLto regression

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# CUDA Samples
22

3-
Samples for CUDA Developers which demonstrates features in CUDA Toolkit. This version supports [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads).
3+
Samples for CUDA Developers which demonstrates features in CUDA Toolkit. This version supports [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads).
44

55
## Release Notes
66

77
This section describes the release notes for the CUDA Samples on GitHub only.
88

9-
### CUDA 12.3
9+
### CUDA 12.4
1010

1111
### [older versions...](./CHANGELOG.md)
1212

1313
## Getting Started
1414

1515
### Prerequisites
1616

17-
Download and install the [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
17+
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
1818
For system requirements and installation instructions of cuda toolkit, please refer to the [Linux Installation Guide](http://docs.nvidia.com/cuda/cuda-installation-guide-linux/), and the [Windows Installation Guide](http://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html).
1919

2020
### Getting the CUDA Samples

Samples/0_Introduction/UnifiedMemoryStreams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cudaStreamDestroy, cudaFree, cudaMallocManaged, cudaStreamAttachMemAsync, cudaSe
2828

2929
## Prerequisites
3030

31-
Download and install the [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
31+
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
3232
Make sure the dependencies mentioned in [Dependencies]() section above are installed.
3333

3434
## Build and Run

Samples/0_Introduction/UnifiedMemoryStreams/UnifiedMemoryStreams_vs2017.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4040
<ImportGroup Label="ExtensionSettings">
41-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
41+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
4242
</ImportGroup>
4343
<ImportGroup Label="PropertySheets">
4444
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -108,6 +108,6 @@
108108
</ItemGroup>
109109
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
110110
<ImportGroup Label="ExtensionTargets">
111-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
111+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
112112
</ImportGroup>
113113
</Project>

Samples/0_Introduction/UnifiedMemoryStreams/UnifiedMemoryStreams_vs2019.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -104,6 +104,6 @@
104104
</ItemGroup>
105105
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
106106
<ImportGroup Label="ExtensionTargets">
107-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
107+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
108108
</ImportGroup>
109109
</Project>

Samples/0_Introduction/UnifiedMemoryStreams/UnifiedMemoryStreams_vs2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -104,6 +104,6 @@
104104
</ItemGroup>
105105
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
106106
<ImportGroup Label="ExtensionTargets">
107-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
107+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
108108
</ImportGroup>
109109
</Project>

Samples/0_Introduction/asyncAPI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cudaProfilerStop, cudaMalloc, cudaMemcpyAsync, cudaFree, cudaMallocHost, cudaPro
2727

2828
## Prerequisites
2929

30-
Download and install the [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
30+
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
3131

3232
## Build and Run
3333

Samples/0_Introduction/asyncAPI/asyncAPI_vs2017.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4040
<ImportGroup Label="ExtensionSettings">
41-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
41+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
4242
</ImportGroup>
4343
<ImportGroup Label="PropertySheets">
4444
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -107,6 +107,6 @@
107107
</ItemGroup>
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109109
<ImportGroup Label="ExtensionTargets">
110-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
110+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
111111
</ImportGroup>
112112
</Project>

Samples/0_Introduction/asyncAPI/asyncAPI_vs2019.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/asyncAPI/asyncAPI_vs2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/c++11_cuda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cudaMalloc, cudaMemcpy, cudaMemset, cudaFree
3030

3131
## Prerequisites
3232

33-
Download and install the [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
33+
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
3434
Make sure the dependencies mentioned in [Dependencies]() section above are installed.
3535

3636
## Build and Run

Samples/0_Introduction/c++11_cuda/c++11_cuda_vs2017.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4040
<ImportGroup Label="ExtensionSettings">
41-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
41+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
4242
</ImportGroup>
4343
<ImportGroup Label="PropertySheets">
4444
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -107,6 +107,6 @@
107107
</ItemGroup>
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109109
<ImportGroup Label="ExtensionTargets">
110-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
110+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
111111
</ImportGroup>
112112
</Project>

Samples/0_Introduction/c++11_cuda/c++11_cuda_vs2019.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/c++11_cuda/c++11_cuda_vs2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/clock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cudaMalloc, cudaMemcpy, cudaFree
2727

2828
## Prerequisites
2929

30-
Download and install the [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
30+
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
3131

3232
## Build and Run
3333

Samples/0_Introduction/clock/clock_vs2017.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4040
<ImportGroup Label="ExtensionSettings">
41-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
41+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
4242
</ImportGroup>
4343
<ImportGroup Label="PropertySheets">
4444
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -107,6 +107,6 @@
107107
</ItemGroup>
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109109
<ImportGroup Label="ExtensionTargets">
110-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
110+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
111111
</ImportGroup>
112112
</Project>

Samples/0_Introduction/clock/clock_vs2019.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/clock/clock_vs2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/clock_nvrtc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cudaBlockSize, cudaGridSize
3333

3434
## Prerequisites
3535

36-
Download and install the [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
36+
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
3737
Make sure the dependencies mentioned in [Dependencies]() section above are installed.
3838

3939
## Build and Run

Samples/0_Introduction/clock_nvrtc/clock_nvrtc_vs2017.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4040
<ImportGroup Label="ExtensionSettings">
41-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
41+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
4242
</ImportGroup>
4343
<ImportGroup Label="PropertySheets">
4444
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -107,6 +107,6 @@
107107
</ItemGroup>
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109109
<ImportGroup Label="ExtensionTargets">
110-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
110+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
111111
</ImportGroup>
112112
</Project>

Samples/0_Introduction/clock_nvrtc/clock_nvrtc_vs2019.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/clock_nvrtc/clock_nvrtc_vs2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/concurrentKernels/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cudaStreamDestroy, cudaMalloc, cudaMemcpyAsync, cudaFree, cudaMallocHost, cudaEv
2727

2828
## Prerequisites
2929

30-
Download and install the [CUDA Toolkit 12.3](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
30+
Download and install the [CUDA Toolkit 12.4](https://developer.nvidia.com/cuda-downloads) for your corresponding platform.
3131

3232
## Build and Run
3333

Samples/0_Introduction/concurrentKernels/concurrentKernels_vs2017.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</PropertyGroup>
3939
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4040
<ImportGroup Label="ExtensionSettings">
41-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
41+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
4242
</ImportGroup>
4343
<ImportGroup Label="PropertySheets">
4444
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -107,6 +107,6 @@
107107
</ItemGroup>
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109109
<ImportGroup Label="ExtensionTargets">
110-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
110+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
111111
</ImportGroup>
112112
</Project>

Samples/0_Introduction/concurrentKernels/concurrentKernels_vs2019.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

Samples/0_Introduction/concurrentKernels/concurrentKernels_vs2022.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3636
<ImportGroup Label="ExtensionSettings">
37-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.props" />
37+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.props" />
3838
</ImportGroup>
3939
<ImportGroup Label="PropertySheets">
4040
<Import Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" />
@@ -103,6 +103,6 @@
103103
</ItemGroup>
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106-
<Import Project="$(CUDAPropsPath)\CUDA 12.3.targets" />
106+
<Import Project="$(CUDAPropsPath)\CUDA 12.4.targets" />
107107
</ImportGroup>
108108
</Project>

0 commit comments

Comments
 (0)