Results 6 issues of maxbartel

This fixes an issue seen in https://github.com/iree-org/iree/pull/17278. MLIR bytecode can have a zero as the last byte depending on the IR. If this happens by accident parsing will fail. This...

### What happened? Hi! When trying to compile a torch model coming from iree-turbine for metal, the compilation fails. Example input: ```mlir #executable_target_metal_msl_fb = #hal.executable.target #loc6 = loc("":8:10) #loc7 =...

bug 🐞
codegen/spirv

ci-extra: build_test_all_arm64

hal/cuda

As discussed in https://github.com/iree-org/iree/pull/17564 the default build should not include targets that require an SDK. This PR disables CUDA and ROCM by default.

### What happened? The compiler asserts on some models when trying to run TensorSliceOp::fold. Error message: ``` ElementsAttr does not provide iteration facilities for type `mlir::Attribute`, see attribute: dense_resource :...

bug 🐞

UV can specify that the package is coming from a git repository. It uses the shown syntax in the uv.lock file for that. ``` [[package]] name = "some-package" version =...