Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cudaDeviceGetAttribute(81) and cudart version for cudaPopConfiguration #173

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

gangmul12
Copy link
Contributor

  1. cudaPushCallConfiguration is used in CUDA 9.2 so i changed preprocessor.
  2. I found that cudaDeviceGetAttribute(cudaDevAttrMaxSharedMemoryPerMultiprocessor) should return the maximum amount of shared memory per "Multiprecessor"(which is same as a 'cluster' in gpgpu-sim ) but it currently return the maximum amount of shared memory per 'core'. so i add multiplication at shared_mem_size()
  3. i found that gpgpu_shmem_size option is duplicated and only the first option parser works, so i removed second one and assign gpgpu_shmem_sizeDefault at its init() function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant