Tim Warburton

Results 10 comments of Tim Warburton

I agree that it is useful to do this to extract actual loop bounds and I imagine the parser is designed to do this. However, it seems unlikely that it...

This is an example of the output kernel ```cpp extern "C" __global__ void _occa_ellipticPreconCoarsenHex3D_0(const int Nelements, const double * __restrict__ R, const double * __restrict__ qf, double * __restrict__ qc)...

I agree that for debugging this would be a true bonus - nice idea ! I should have been clearer about the reasoning behind this request: one important use case...

Some more info: This problem seems to only be exposed with -O3. I was able to use the valgrind gdb server to track down where the problem occurs first -...

OCCA:HIP supports run-time compilation.

See: https://github.com/libocca/occa/blob/022b76829d43cbe20b719e6d5a54c9aff8fa178c/src/modes/hip/device.cpp#L230

You should follow up with Noel Chalmers. I believe he has run libP experiments with the Radeon Instinct.

Hi - unfortunately I only just saw your issue post. I am missing some information: 1. what is your PDE ? 2. what are you boundary conditions ? 3. what...