spcl / dace

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

Do not rename generated code files #1741

Closed tbennun closed 2 weeks ago

tbennun commented 2 weeks ago

If a compiled SDFG binary is already loaded, DaCe checks and generates a different binary name. The generated code files would unfortunately also be renamed, which caused some confusion among users. This only renames the output binary file rather than the code. This also clarifies some potential discrepancies between sdfg.name and the generated code's compiled sdfg.name.

tbennun commented 2 weeks ago

Not a small modification, creates other issues.