parsec icon indicating copy to clipboard operation
parsec copied to clipboard

datatype conversion on the runtime level

Open QingleiCao opened this issue 1 year ago • 0 comments

Description

Right now, the datatype conversion needs to be dealt with explicitly. It would be great to find a way to convert this data type in runtime. The direct outcome will be (1) codes are cleaner and (2) less data movement (possibly).

The runtime needs to provide an efficient library to do the datatype conversion or passing from users.

QingleiCao avatar Apr 04 '23 17:04 QingleiCao