- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I m looking for a simple Fortran code example of openMP to GPU offload that I can try on visual studio. I m using the latest version of intel fortran ifx and I have intel core i9, I believe that this processor has integrated GPU. I also have NVIDIA GPU in the computer (RTX A5500).
My other question is : is it possible to offload openMP in intel Fortran to non intel GPU such as NVIDIA. I saw in this forum that this is now possible with DPC++. Is it possible or can it be possible with intel fortran in the near future? I need to know if I have to learn Cuda fortran.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These references will help you get started.
Three Quick, Practical Examples of OpenMP Offload to GPUs (video)
Basic understanding of GPU architecture
oneAPI GPU Optimization Guide
https://www.intel.com/content/www/us/en/develop/documentation/oneapi-gpu-optimization-guide/top.html
As Steve posted, Intel Fortran Compiler with OpenMP offload directives only supports Intel GPUs.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
These references will help you get started.
Three Quick, Practical Examples of OpenMP Offload to GPUs (video)
Basic understanding of GPU architecture
oneAPI GPU Optimization Guide
https://www.intel.com/content/www/us/en/develop/documentation/oneapi-gpu-optimization-guide/top.html
As Steve posted, Intel Fortran Compiler with OpenMP offload directives only supports Intel GPUs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your detailed answer!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page