Enzyme.jl icon indicating copy to clipboard operation
Enzyme.jl copied to clipboard

Unecessary `Val` in Thunk types

Open vchuravy opened this issue 3 years ago • 0 comments

Both type-parameters in thunks Width and RetPrimal should just be raw values instead of Val{Width} and Val(retprimal) respectively.

vchuravy avatar Jun 01 '22 20:06 vchuravy