You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
In python/conformance/diopi_runtime.py when instantiation class Scalar(Structure),without declaration of dtype, 'dtype = Dtype.int64 if isinstance(value, int) else Dtype.float64'.
Should glob_vars be able to limit the dtype of Scalar for some chips not support fp64 yet?
In python/conformance/diopi_runtime.py when instantiation class Scalar(Structure),without declaration of dtype, 'dtype = Dtype.int64 if isinstance(value, int) else Dtype.float64'.
Should glob_vars be able to limit the dtype of Scalar for some chips not support fp64 yet?