-
Notifications
You must be signed in to change notification settings - Fork 52
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
Spacepoint formation algorithm change #802
Spacepoint formation algorithm change #802
Conversation
…d cause 'too many resources requested for launch' on a desktop GPU.
…d cause 'too many resources requested for launch' on a desktop GPU.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I believe it's Nvidia RTX 500 Ada Generation Laptop GPU. CMAKE_CUDA_ARCHITECTURES was set to native in my CMakeLists so that flag should have propagated to traccc. Setting threads to 256 solves the issue... |
...
…On Wed, 11 Dec 2024, 12:10 Attila Krasznahorkay, ***@***.***> wrote:
Merged #802 <#802> into main.
—
Reply to this email directly, view it on GitHub
<#802 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAI4T7CQGCWBUFUBPMYKJUT2FAMTXAVCNFSM6AAAAABTNEZCVWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGYYTMMZXGM4DINA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Changed block size to 256, launching with 1024 threads per block would cause 'too many resources requested for launch' on a desktop GPU.