spcl / dace

DaCe - Data Centric Parallel Programming
http://dace.is/fast
BSD 3-Clause "New" or "Revised" License
496 stars 130 forks source link

Made `CompiledSDFG` in the main namespace available. #1567

Closed philip-paul-mueller closed 1 month ago

philip-paul-mueller commented 6 months ago

It turned out that working with the CompiledSDFG is quite cumbersome as it must be imported using the whole path. This PR adds imports in the dace.codegen (which is fully empty) and dace namespace.