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

workaround for read hangs during restart #3

Merged

Conversation

psychocoderHPC
Copy link

  • This is a workaround to avoid the bug that processes hangs if some call DataCollector::read() where elements to read is zero and the destination pointer for the read data is set to NULL.

splash (version 1.2.3) bug issu: ComputationalRadiationPhysics/libSplash#148

- This is a workaround to avoid the bug that processes hangs if some call `DataCollector::read()` where elements to read is zero and the destination pointer for the read data is set to `NULL`.

splash bug issu: ComputationalRadiationPhysics/libSplash#148
@ax3l
Copy link
Owner

ax3l commented Jan 7, 2015

thx, well done! :)

ax3l added a commit that referenced this pull request Jan 7, 2015
workaround for read hangs during restart
@ax3l ax3l merged commit 5cf451c into ax3l:fix-restartEmptyGPUs Jan 7, 2015
@psychocoderHPC psychocoderHPC deleted the fix-bugRestartEmptyGPUs branch January 8, 2015 08:46
ax3l pushed a commit that referenced this pull request Feb 17, 2015
 - example01 uses ScatterAlloc with namespaces, adds 2 vectors and sums
   them
 - example02 uses ScatterAlloc with the malloc overwrite mechanism
 - example03 (newdelete_example) implements a std::vector-like container
   on GPU. This example comes from NVIDIA and was adapted to use
   ScatterAlloc.
ax3l pushed a commit that referenced this pull request Oct 1, 2015
0e27280 Merge pull request #6 from Flamefire/dev
8c8de37 Add space
17550d1 Merge pull request #2 from ComputationalRadiationPhysics/topic-codeCleanup
278e29c Remove Unused Parameter arg
162fa90 Fix (un)singed compares and return types
e843493 CMake: Add Correct Warning and Fix missing -pthread
06419c2 Merge pull request #3 from ComputationalRadiationPhysics/topic-travis
2997e4f Merge pull request #4 from ComputationalRadiationPhysics/fix-headerGuard
e524a78 Add .travis.yml file for CI
c821814 Fix Broken __MEMTEST_H__ Header Guard

git-subtree-dir: thirdParty/cuda_memtest
git-subtree-split: 0e27280cacfd77aec1fce6a7f82236239c02e5d1
ax3l pushed a commit that referenced this pull request Nov 8, 2016
ax3l pushed a commit that referenced this pull request Jul 19, 2021
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.

2 participants