microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Rename convert_argument #1023

Closed awf closed 2 years ago

awf commented 2 years ago

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 and convert_from_ks.