Skip to content

replace deprecated cuda calls in cuda_memtest#1

Merged
ax3l merged 1 commit into
ComputationalRadiationPhysics:devfrom
psychocoderHPC:topic-replaceDeprecatedCudaCallsInCudaMemset
Mar 17, 2015
Merged

replace deprecated cuda calls in cuda_memtest#1
ax3l merged 1 commit into
ComputationalRadiationPhysics:devfrom
psychocoderHPC:topic-replaceDeprecatedCudaCallsInCudaMemset

Conversation

@psychocoderHPC
Copy link
Copy Markdown
Member

cudaThread* calls are deprecated since cuda4.0

  • replace cudaThreadSynchronize() with cudaDeviceSynchronize()
  • replace cudaThreadExit() with cudaDeviceReset()

`cudaThread*` calls are deprecated since cuda4.0

- replace `cudaThreadSynchronize()` with `cudaDeviceSynchronize()`
- replace `cudaThreadExit()` with `cudaDeviceReset()`
@ax3l
Copy link
Copy Markdown
Member

ax3l commented Mar 17, 2015

thank you for the pull request!

ax3l added a commit that referenced this pull request Mar 17, 2015
…CallsInCudaMemset

replace deprecated cuda calls in cuda_memtest
@ax3l ax3l merged commit 3091fa6 into ComputationalRadiationPhysics:dev Mar 17, 2015
ax3l pushed a commit to ax3l/picongpu that referenced this pull request Mar 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants