CUDA Crash Course (v2): Visual Studio 2019 Setup

preview_player
Показать описание
In this video we look at the basic setup for CUDA development with VIsual Studio 2019!

Рекомендации по теме
Комментарии
Автор

That was one of the most streamlined and relaxing tutorials I ever watched, thank you so much.

saityavuz
Автор

Nick, thanks so much for everything in this tutorial. I've been struggling to get CUDA working on my GPU for the last few months and your video changed all that, so thanks a ton!

jeffc
Автор

Thanks dude. Even with the CUDA 12 your walk through worked like a charm (didn't need to do the final cudart bit though!).

oilbyday
Автор

Thank you very much for your effort, and time spent educating us. I really like a lot of content you publish.

filipmarkovic
Автор

Thank you for this tutorial! It helped a ton and finally, i could figure out how to start to work with CUDA ':D

nidakorsan
Автор

i am not getting the cuda 10.1 or something related to cuda while setting up the project
i have install desktop development c++

sanskarsingh
Автор

Hey this was great, I am having issues getting a basic cuda kernel to actually execute, is it possible to make an updated run of these videos with vs 2022 & demonstrate this stuff + running a kernel function in that environment? All your other videos are running in the linux environment.

Terryn
Автор

I am unable to locate CUDA Runtime 11.4 in my VIsual Studio 2019 after starting a project

MohidShaikh
Автор

Hi Nick. Thanks for your CUDA crash course. I have a question: if i processing several images pixel by pixel (take same pixel from each image), then compute array of characteristics and taking max from this array. What kind of optimizations are possible in this case? I have watched matrix and histogram optimization series. but don't see any suitable optimization that could be used.

denisstepanenko
Автор

Thanks for this video, it helped me to configure cudnn in order to work with python tensorflow

marceloianniniguzman
Автор

What could be the reason that CUDA doesn't show up in Visual Studio (like at 2:51)? I have Visual Studio 2019 and CUDA Toolkit 11.1

karlheifisch
Автор

Very helpful, I start learning cuda from your cuda crash series. Very intuitive.
If you can make a video on how to profile cuda code through visual studio 2019, will be very helpful.

tanveerasif
Автор

How to get the Nsight option on the top. like you have on your cuda crash course version 1. please help me

rohitborra
Автор

Thanks, Nick! Do we need to specify the additional dependencies with each new project we will build? Isn't there any way we can implement it for the whole environment at once?

pronodbharatiya
Автор

quick question, how to setup separable compilation on the visual studio, cause i can't get a cu file to compile and build while it has other 3rd party libs included header file

abdelhaksaouli
Автор

I could not find CUDA anywhere in Visual studio 2019. Can you suggest any reason which this should be the case. Having installed the current version of CUDA.

cambridgepaperbacks
Автор

Thank you! Great pacing and teaching style.

arsiliath
Автор

Hi,

I am running into the following error while running the kernel.cu file that appears on creating a new project : addKernel launch failed: no kernel image is available for execution on the device
addWithCuda failed!
I am using VS2019, CUDA v11.2. I have checked the dependencies and they are all good. In fact, when I run the sample solutions from CUDA, they work successfully. I am clueless about what the issue could be.. any help would be appreciated!

izilmarij
Автор

I get an syntax error in my kernel call, on the third < it says expected an expression, i can compile the examples with this error but it makes it harder to debug, any ideas why and how to fix this?

co
Автор

well i did run installation but cuda didnt install on visual studio, what to do?

GetThatMVP