StanfordAHA / Halide-to-Hardware

Other
77 stars 12 forks source link

unet compute c++ file returns a uint8? #102

Closed dillonhuff closed 4 years ago

dillonhuff commented 4 years ago

@jeffsetter One of the unet compute functions returns uint 8 here:

https://github.com/dillonhuff/clockwork/blob/25be48e94e97710c3b8184024a795c43f20c6328/unet_conv_3_3_compute.h#L144

Is this going to be supported on the CGRA? If not could you replace with a function that returns hw_uint<16>?

jeffsetter commented 4 years ago

Fixed in https://github.com/dillonhuff/clockwork/pull/48