Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8670193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:39:19+00:00 2026-06-12T18:39:19+00:00

I declared shared memory and tried to trace it with Nsight 2.2 for Visual

  • 0

I declared shared memory and tried to trace it with Nsight 2.2 for Visual Studio 2010. I’m using CUDA 4.2 with a Quadro 5000.

in my kernel.cu:

extern __shared__ ushort2 sampleGatheringSM[];

The code launching the kernel:

sampleGathering_SM_size =dimBlock.x*dimBlock.y*4*sizeof(ushort2)*2; // = 10240
sampleGatheringKernel<<<dimGrid, dimBlock, sampleGathering_SM_size >>>(dev_image, dev_gradient, width, height);

When I look at the analysis activity on Nsight then "CUDA Launches", it tells me that:

  • Allocated Registers per block: 10240
  • Allocated Shared Memory per block: 0
  • Block Limit Reason: Registers

Did I allocate shared memory correctly?
I don’t understand how I could allocate registers.

EDIT:

It also tells me:

  • Register per threads: 32
  • Dynamic Shared memory per block: 0
  • Static shared memory per block: 0
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T18:39:20+00:00Added an answer on June 12, 2026 at 6:39 pm

    The declaration of dynamic shared memory is correct. Nsight 2.2 Analysis Trace Report has a bug that only occurs for CUDA Trace Activities. Analysis Trace Activities run with the option Nsight | Options| Analysis | CUDA Kernel Trace Mode = Serialized and Analysis Profiler CUDA Activities display the correct value. This bug will be fixed in the next version of Nsight.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand that when I declare a shared memory array in a kernel, the
I'm having trouble trying to declare a shared memory array within the kernel. Here's
I would like to clear up an execution state with CUDA shared memory and
Java 5 and above only. Assume a multiprocessor shared-memory computer (you're probably using one
I'm trying to exploit shared memory in this kernel function, but the performance are
I'm trying to use shared memory to cache things with OpenACC. Basically what I'm
I'm attempting the simple task of creating a mutex in shared memory. I have
I have a filter shared between some controllers, which is primarily declared as private
I was wondering how to declare a volatile pointer to two dimensional shared memory
What are the rules for initialisation of static object declared in another shared library?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.