-
Hi! I'm trying to run OpenCL programs with NVBit on RTX 2080.
But , after NVBit load message, I cannot see any analysis report.
I'm asking this because I saw that NVBit supports OpenCL.
```NVBit…
-
We have to figure out the best approach.
One approach is using our (to be implemented) MLIR backend (#4319) and possibly using an OpenMP MLIR dialect that AMD compilers might be able to offload.
…
-
At present some of the SAXS-sample components:
- SAXSCylinders.comp
- SAXSNanodiscs.comp
- SAXSNanodiscsWithTags.comp
- SAXSPDB.comp
...have calls to bessel functions j1 and j0 inside TRACE (i.…
-
Sometimes a compiler is unable to determine whether or not a scalar variable that is written within a loop is then used after the loop. This prevents parallelisation of the loop. This can be worked ar…
-
The OpenACC update directive does not include the whole structure for structure references:
e.g. it generates:
acc data update (mycomponent)
instead of
acc data update (mystruct%mycomponent)
-
After setting the CUDA_VISIBLE_DEVICES environment variable #22 I was able to launch CM1 on multiple nodes of Gust. Unfortunately, it subsequently dies with the following error before the timestep is…
-
I followed the instructions here for building Flang:
`https://github.com/flang-compiler/flang/wiki/Building-Flang`
particular the OpenMP 4.5 version with the NVidia backend. However, if compile a …
-
For example: sbcblk.f90, cp_air() function.
Things that still need doing:
- [ ] handling the inlining of routines that call other routines (https://github.com/stfc/PSyclone/pull/2413#discussion…
-
Hi All,
With recent developments like `OpenMP offload` support or `openacc pragma`, Can we port ANUGA to use GPU and accelerate simulations?
Cheers,
Samir
-
Here's a list of open PRs -- along with notes for each PR as needed -- that are required to complete work on the [atmosphere/develop-openacc](https://github.com/MPAS-Dev/MPAS-Model/tree/atmosphere/dev…