Enzyme.jl
Enzyme.jl copied to clipboard
Unecessary `Val` in Thunk types
Both type-parameters in thunks Width and RetPrimal should just be raw values instead of Val{Width} and Val(retprimal) respectively.