Commit Graph

3 Commits

Author SHA1 Message Date
Peter Kjellerstedt 3c83eca946
Add include of cstdint to permute_vector.h (#711)
This avoids the following error with GCC 15:

  src/tim/transform/ops/../permute_vector.h:41:11: error: 'uint32_t'
  does not name a type
     41 |   virtual uint32_t Rank() const = 0;
        |           ^~~~~~~~
  src/tim/transform/ops/../permute_vector.h:32:1: note: 'uint32_t' is
  defined in header '<cstdint>'; this is probably fixable by adding
  '#include <cstdint>'
     31 | #include <string>
    +++ |+#include <cstdint>
     32 |

Co-authored-by: Peter Kjellerstedt <pkj@axis.com>
2025-10-13 13:15:57 +08:00
Tang d778dfb82d update copyright information 2023-01-20 12:49:48 +08:00
Sven a42517fdce
Align directory name to namespace for layout inference (#38)
Signed-off-by: xiang.zhang <xiang.zhang@verisilicon.com>
2021-05-11 09:46:46 +08:00