ut-parla / Parla.py

A Python based programming system for heterogeneous computing
Other
21 stars 10 forks source link

Task description (e.g., __repr__) should use task id, not task name #142

Open nicelhc13 opened 1 year ago

nicelhc13 commented 1 year ago

Task name is not unique and is not descriptive. We should rename task name to task type and use task id for description.

wlruys commented 1 year ago

I absolutely second this. I've made __str__ and __repr__ changes locally soo many times while debugging or profiling something. The Parla default doesn't say anything useful.

nicelhc13 commented 1 year ago

Thank you for your opinion. I will handle this task after we make some progress on our major tasks