Replies: 6 comments 2 replies
-
Maybe @pcarruscag did sth similiar in his PhD thesis, back in the day. But he'll most likely be at the developers meeting this afternoon as well. I sent @psgmech to this place, coming from su2code/TestCases/issues/77 , there are a few more infos @psgmech to make it easier for anyone to understand and help it is beneficial to just go ahead and present your specifc ideas/problem at hand. Like this you it is much easier to get into some discussion. And maybe someone in the future then sees your approach and can learn from that. I personally do not know too much about profiling and I am definitely interested in that (although I cannot add too much to that) |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reference journal.
We are looking to integrate Su2 C++ code with CUDA C++ (GPU Code).
I will check this article and update you. Thank you so much
|
Beta Was this translation helpful? Give feedback.
-
I will try to join today's devmeeting to discuss the same.
I am basically of computer science background. But my project is to
optimize the SU2 intensive computation codes using GPU.
I learned GPU programming, and could work on standalone c/c++ programs with
CUDA C.
Now, My exact difficulty here is... Unable to find intensive parts of
SU2... How to know the computation intensive parts of SU2 since it has many
modules with many solver c++ files.
Kindly give your guidance on this.
…On Wed, Oct 6, 2021, 4:39 PM Pedro Gomes ***@***.***> wrote:
Ah nice. And so you are looking to start with the more intensive routines
and keep some stuff in CPU?
Anyway, looking forward to hear about this if you can join the dev meeting.
IDK if you know this but the SU2 Foundation was offered help by NVIDIA
(the expert advice kind, not the "send-us-some-A100's" kind 😄) if you /
your group would be interested in that we should talk.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1393 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV2HZVUTJ6YNTGLNFGLV4O3UFQU7JANCNFSM5FNVQWNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll check it out.
…On Wed, Oct 6, 2021, 7:15 PM TobiKattmann ***@***.***> wrote:
Maybe another interesting reference is this paper from Thomas Economon
<https://www.researchgate.net/publication/294424718_Performance_optimizations_for_scalable_implicit_RANS_calculations_with_SU2>
which maybe is sth like a followup to your paper pedro
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1393 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV2HZVXZKV7SAPQX2NY52P3UFRHHTANCNFSM5FNVQWNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
inputs from yesterday's meeting:
1. Numerics module handles the computational part of SU2
2. Pre-processing and post-processing handled by Integration module
3. Perf - Linux profiler
I will work on it and update you in the next meeting.
|
Beta Was this translation helpful? Give feedback.
-
I would like to give a brief intro and the technical difficulty of my work.. Anyone interested to talk further..
Beta Was this translation helpful? Give feedback.
All reactions