Andrew Reusch

Results 83 comments of Andrew Reusch

shall we also update https://github.com/apache/tvm/blob/main/docker/install/ubuntu_install_cmake_source.sh?

looks like some issues with the CI, but retriggering as they may be unrelated.

@Mousius could you take another look here? @fPecc do you mind looking at the test failures? i think there are a few that need to get updated

@driazati could you have a look here?

thanks @MichaelJKlaiber ! agreed with the others that it would be great if we could update the test to cover this case as well

for context for the Community Meeting tomorrow: `hexagon` is a backend which effectively compiles code in the same way as the LLVM target, but which at runtime needs a different...

We discussed this in the [TVM Community Meeting](https://discuss.tvm.apache.org/t/next-tvm-community-meeting-aug-31/13439/4) this morning. Here are notes: - All targets derive from a given target kind - Targets derived from the `llvm` target kind...