-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature]: re-enable gpu-support #325
Comments
Updated cuda-kernel quite a lot to the current state of the core data-structure, but not finihed the process, because there is an idea for a new update of the core, which would also affect the cuda-kernel and to avoid double work, this incomplete state will remain so far for now.
Update of the cuda-code so far is incomplete and will be set on hold for a while. I had an idea for a new update of the core-structure and the cuda kernel is not abosult necessary at the moment. The current updates were merged anyway, because there was also some cleanup like the split of the kernel-file. |
blocked by issue #370 |
cuda-kernel completely disabled form now in context of issue #377 Need to collect new ideas before I make a new attempt to add gpu support to the project. |
Update the CUDA-kernel and connected functions in order to re-enable the gpu-support again. Tests failed so far, because of a very weird bug, which wasn't found so far. Seems like a memory-corrumption somewhere, but when the new ASan memory- check is enabled, CUDA doesn't work in general. To not waste much more time at the moment for the debugging, the current changes were added anyway to the develop-branch in order to try it another time again. Until then the CUDA-support is hard disabled in the source-code.
Update the CUDA-kernel and connected functions in order to re-enable the gpu-support again. Tests failed so far, because of a very weird bug, which wasn't found so far. Seems like a memory-corrumption somewhere, but when the new ASan memory- check is enabled, CUDA doesn't work in general. To not waste much more time at the moment for the debugging, the current changes were added anyway to the develop-branch in order to try it another time again. Until then the CUDA-support is hard disabled in the source-code.
Update the CUDA-kernel and connected functions in order to re-enable the gpu-support again. Tests failed so far, because of a very weird bug, which wasn't found so far. Seems like a memory-corrumption somewhere, but when the new ASan memory- check is enabled, CUDA doesn't work in general. To not waste much more time at the moment for the debugging, the current changes were added anyway to the develop-branch in order to try it another time again. Until then the CUDA-support is hard disabled in the source-code.
Update the CUDA-kernel and connected functions in order to re-enable the gpu-support again. Tests failed so far, because of a very weird bug, which wasn't found so far. Seems like a memory-corrumption somewhere, but when the new ASan memory- check is enabled, CUDA doesn't work in general. To not waste much more time at the moment for the debugging, the current changes were added anyway to the develop-branch in order to try it another time again. Until then the CUDA-support is hard disabled in the source-code.
Update the CUDA-kernel and connected functions in order to re-enable the gpu-support again. Tests failed so far, because of a very weird bug, which wasn't found so far. Seems like a memory-corrumption somewhere, but when the new ASan memory- check is enabled, CUDA doesn't work in general. To not waste much more time at the moment for the debugging, the current changes were added anyway to the develop-branch in order to try it another time again. Until then the CUDA-support is hard disabled in the source-code.
Update the CUDA-kernel and connected functions in order to re-enable the gpu-support again. Tests failed so far, because of a very weird bug, which wasn't found so far. Seems like a memory-corrumption somewhere, but when the new ASan memory- check is enabled, CUDA doesn't work in general. To not waste much more time at the moment for the debugging, the current changes were added anyway to the develop-branch in order to try it another time again. Until then the CUDA-support is hard disabled in the source-code.
Update the CUDA-kernel and connected functions in order to re-enable the gpu-support again. Tests failed so far, because of a very weird bug, which wasn't found so far. Seems like a memory-corrumption somewhere, but when the new ASan memory- check is enabled, CUDA doesn't work in general. To not waste much more time at the moment for the debugging, the current changes were added anyway to the develop-branch in order to try it another time again. Until then the CUDA-support is hard disabled in the source-code.
updated code, but while testing I ran into a weird error: After the second cycle the worker-task disappeared from the worker-queue of the cuda-worker-thread, right after the task was plased into the queue. Seems like a memory-corruption, but the recently added ASan memory-check doesn't work with the CUDA-code (doesn't detect a CUDA-gpu when ASan is activated). I don't wanted to waste more time at the moment. Will try at again another time. So the CUDA-kernel is still disabled within the Code and the issue here remains as on-hold |
Feature
Description
At the moment the gpu-support is disabled, because there were some changes at the core while there was at the same time no gpu available to test the update in the CUDA-code.
Acceptance Criteria
Additional Information
Blocked by
How to test
The text was updated successfully, but these errors were encountered: