PyStencilsField.h
pystencils_runtime/*.h
directoryINFINITY
macros since they cause redefinition errors with nvcc and hipccOver time, we should move all runtime headers to the pystencils_runtime
folder such that the associated #include
s can be properly qualified.
At the moment, the INFINITY
macros are used nowhere in the code base.
For their reintroduction in !438, we will need to set up a more stable implementation.