Skip to content

build

get_sdfg_path(daceprog_name, config, sdfg_file_path=None, override_run_only=False)

Build an SDFG path from the qualified program name or it's direct path to .sdfg

Parameters:

Name Type Description Default
daceprog_name str

qualified name in the form module_qualname if module is not locals

required
sdfg_file_path str | None

absolute path to a .sdfg file

None

set_distributed_caches(config, force_build=False)

In Run mode, check required file then point current rank cache to source cache.

Optional: force build irregardless of backend or orchestration mode.

write_build_info(sdfg, layout, resolution_per_tile, memory_report, backend)

Write down all relevant information on the build to identify it at load time.