apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.82k stars 3.48k forks source link

[TIR] Add `is_vector` Method to DataType class and update usages across Codebase #17443

Closed LeiWang1999 closed 1 month ago

LeiWang1999 commented 1 month ago

This pull request introduces a new method is_vector to the DataType class and updates various parts of the codebase to use this method for checking if a type is a vector.