microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Rename, add comments, per #1023 #1048

Closed awf closed 2 years ago

awf commented 2 years ago

Resolves #1023

In src/runtime/knossos-entry-points.h, we chose poor names for the functions convert_argument and convert_return_value, as the names reflect what the functions were originally used for, not what they actually do.

Rename to convert_to_ks_viewing_tensordata and convert_from_ks.

Update comments.