Tianqi Chen
Tianqi Chen
@kparzysz-quic DatatType is a thin wrapper around DLDataType
@kparzysz-quic this is right. On the other hand, we still on conversion of DLDataType and DataType(e.g. getting DataType from ndarray) in many cases. So ideally we want to keep them...
@smeijer1234 to be more specific. I was recommending an approach that won't break the ABI. Introdice ``` DataType::kScalableVectorLaneMark = -1 ``` And in DataType, introduce a method IsScalable(), which checks...
Thank you, everyone, for the discussions here. Let us take a step back and look at the non-technical parts of the conversation. A lot of our discussions come from two...
Thanks everyone for discussions so far. There are a lot of conversations around the clarifications and issues being answered. Two of the main concern being raised so far seems to...
@Mousius In this case, @YuchenJin 's reply clearly articulated that there is a close co-design of these factors, and changing to adopt dynamic alone would imply a one-step jump to...
thanks @masahi . I thin this belongs to a more general topic of canonicalizing the workload keys. While adding such option would indeed resolve this particular case, it would be...
It would be useful to make it as a different equality comparator (rather than change DeepEqual's behavior, e.g. we can do CommunicativeDeepEqual as a subclass), as communicative rewrite is something...
@FranckQC @masahi can you help to take a look