Andy Porter

Results 748 comments of Andy Porter

0.2.0 went out quite a long time ago so this can be closed.

I'd prefer to implement proper support for it. I've done a quick google and AFAICT, it's a symbol that can be read outside the module but only written to by...

Just a note (while I think about it) to say that we will need to update the Dev Guide: https://psyclone-dev.readthedocs.io/en/latest/psyir_symbols.html#datatypes

Some of this has now been done (#2647) but the allowing several different files per extracted region is still outstanding.

Thanks for reporting this @thomasmelvin. I think we generate the clauses in the backend so there must be a bug there. @sergisiso do you have any comments as I know...

Sergi has had a look and it is non-trivial so we will have to postpone the fix given the timescale for 3.0. If that's ok then I suggest we remove...

I've just tested this with master and now I get: ```fortran ! Call kernels and communication routines !$omp parallel do default(shared) private(df) schedule(static) do df = loop0_start, loop0_stop, 1 !...

Fixing the interface renaming was relatively simple and I've now done that. Unfortunately, while testing I discovered that our 'clever' code that attempts to return the correct Routine PSyIR by...

Sergi suggested trying to ModuleInline the kernel first and then apply ACCRoutineTrans to it. However, that doesn't help because KernelModuleInlineTrans uses the same broken code to get the PSyIR of...