Skip to content

sdfg_debug_passes

negative_delp_checker(sdfg)

Adds a negative check on every variable name containing "delp" when written to. Assert when check is True.

negative_qtracers_checker(sdfg)

Adds a negative check on every tracers via their name when written to. Assert when check is True.

sdfg_nan_checker(sdfg, i_range=None, j_range=None, k_range=None)

Insert a check on array after each computational map to check for NaN in the domain. Assert when check is True.

trace_all_outputs_at_index(sdfg, i, j, k)

Prints value for all variable when written for a specific index.

Parameters:

Name Type Description Default
sdfg SDFG

sdfg to analyze

required
i int

i coordinate of the index to trace

required
j int

j coordinate of the index to trace

required
k int

k coordinate of the index to trace

required