Skip to content

cache

BuildInfo

Drop build and memory info inside the .dacecache, which keeps track of NDSL configuration information that led to this build.

save(sdfg, layout, resolution_per_tile, memory_report, backend) classmethod

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

get_sdfg_path_from_cache(daceprog_name, config)

Utility to get an SDFG path from the qualified program name

Parameters:

Name Type Description Default
daceprog_name str

qualified name in the form module_qualname if module is not locals

required