Andy Porter

Results 748 comments of Andy Porter

> I thought I'd just add another comment here, as there is a whole category of kernels that currently have psykal lite implementations because they loop to some depth in...

Priority wise, how does this compare with the 'stencils for domain (i-first) kernels' issue @andrewcoughtrie and @TeranIvy ?

Following on from our chat in the telco this morning, it sounds as though the random-number initialisation functionality needed for PSyAD should also be a dof-wise kernel. In fact, for...

#2556 only added the documentation, not the implementation.

I'm probably missing something here but can't we use the kernel metadata - that's what it's there for?

In short, the `STENCIL` and function-space information in the metadata will tell us about horizontal dependencies. Certainly, there's no concept of 'North'/'South' etc.

There's quite a long way to go to get the tests to pass flake8 - they're very much a WIP with variables assigned to but never used.

Following what Rupert wrote in the description of this PR, I've modified gen_kernel_stub so that it uses the new functionality in this PR rather than the old, fparser1-based version. This...

While tackling reviewer comments on #1518, it was suggested that the `_array_notation_rank` method in the frontend ought really to be associated with a PSyIR node. I started to do this...