microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

double -> ks::Float #924

Closed awf closed 3 years ago

awf commented 3 years ago

First step of https://github.com/microsoft/knossos-ksc/issues/691 and AB#20029

Convert uses of "double" to ks::Float, leaving the typedef as double.

toelli-msft commented 3 years ago

I think it's great to do this migration through a ks::Float typedef.