- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I watched the "Next Chapter" webinar from yesterday (2/1/2023) and I really like the simple example of matrix multiplication in Fortran with OpenMP offload. When I offload to CPU, it works great. However, when I attempt to force GPU offload with
I get
(among many other messages of course)
My only question at this point is: should this work if the only device I have available is the Iris Xe integrated GPU from an i7-12700H?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just in case anyone reads this later: yes, it apparently should work. In this case my input matrices were apparently too large (??), when I reduced the sizes to 2000x2000 it ran fine on CPU and GPU offload with OpenMP. I've been pushing the code to GitLab as I'm working on it here: https://gitlab.com/ryan.okelley/oneapi-gpu-offload-sample
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just in case anyone reads this later: yes, it apparently should work. In this case my input matrices were apparently too large (??), when I reduced the sizes to 2000x2000 it ran fine on CPU and GPU offload with OpenMP. I've been pushing the code to GitLab as I'm working on it here: https://gitlab.com/ryan.okelley/oneapi-gpu-offload-sample

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