-
Notifications
You must be signed in to change notification settings - Fork 1
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
Regarding ANUGA GPU Version #3
Comments
This is an old project (a student project from back in 2014). Here is my fork
https://github.com/stoiver/anuga-cuda
which implemented a GPU version of the anuga evolve loop together with one or two of the simple Boundary conditions.
Here is a short paper describing the work
https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=6969525
I would love to get back to this project and roll the methods into the production version of the code.
Any GPU coders out there interested in helping? An idea would be to completely isolate the GPU code to work only with triangles in the interior of the mesh (and so avoid needing to have GPU code for BCs etc).
Cheers
Steve
==============================
Stephen Roberts
Undergraduate Convenor
Mathematical Sciences Institute
Room 4.74 Hanna Neumann Building #145
The Australian National University
Canberra, ACT 2600 AUSTRALIA
Ph: +61 2 61254445
CRICOS: 00120C
…________________________________
From: Girishchandra-Yendargaye <[email protected]>
Sent: Tuesday, 30 October 2018 5:01 PM
To: budiaji/anuga-cuda
Cc: Subscribed
Subject: [budiaji/anuga-cuda] Regarding ANUGA GPU Version (#3)
Hello Sir,
This is regarding Easily availability to a GPU capable version ( Beta version is currently working).
Can you please tell us where can we get this version.
Can you please tell us Which CUDA version and GPU CARD does it supports.
Thank you,
Girishchandra Y.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#3>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFTlJGYEsu4r_3QsQpjVzTczb6KLy3cSks5up-sigaJpZM4YBPG9>.
|
@stoiver : I don't know whether this is of any help, but I tried using Offloading through OpenMP on Ubuntu 19.04. I have not managed to profile yet, but it does not thrown any errors at least. I did 1# Install packages 2# Enable compiler args 3# Edit pragma parts for example 4# Build and install using setup.py 5# Enabling profiling in Python 6# Log profile I presume one would have to study how effective this truly is. |
Following |
Hello sir, Thank You. |
Hello Sir,
This is regarding Easily availability to a GPU capable version ( Beta version is currently working).
Can you please tell us where can we get this version.
Can you please tell us Which CUDA version and GPU CARD does it supports.
Thank you,
Girishchandra Y.
The text was updated successfully, but these errors were encountered: