Skip to content

cuda speed up demo,select applicable blockDim.x and blockDim.y

Notifications You must be signed in to change notification settings

lihongyi1234/cudaBlockTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cudaBlockTest

cuda speed up demo,select applicable blockDim.x and blockDim.y running in windows, vs2019,cuda 11.1

three is two situation:

1、blockDim.x=32, blockDim.y=32

2、blockDim.x=1024, blockDim.y=1

result: situation 2 is faster in my computer(NVIDIA GeFore RTX 2060)

About

cuda speed up demo,select applicable blockDim.x and blockDim.y

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages