Steeve Morin

Results 171 comments of Steeve Morin

Somewhat updated repro with a debug `zig` build: ``` ~/c/g/z/z/tmp (master)> zig version 0.13.0-dev.351+64ef45eb0 ~/c/g/z/z/tmp (master)> zig init info: created build.zig info: created build.zig.zon info: created src/main.zig info: created src/root.zig...

> What happens if that assert is removed? I wanted to check myself but got unrelated issues with building due to my environment it seems it "works", but zig actually...

I tried to keep this as compact as possible

hey folks, i have implemented it in #401, it works great with Zed

This actually breaks newer XLA on MI300X because there is an assertion when mfma is enabled that checks that the threadPerWarp is 64 on that arch. The main issue is...

Due to running in a bazel sandbox, we actually set the `zig` path to the locally zig toolchain when starting ZLS inside its `config.json` (via a bazel runner). It used...

hey guys, i'm having another issue: the `cc_library` on which my `android_library` depends is not built when building via `name.aar`. And when I build via `name`, it seems it is...

@aj-michael thanks! however, I'm trying to build an `aar` (not an `apk`) file that depends on the `cc_library`. I would assume the toolchain configuration to be transitive to the `cc_library`...

nice, I hadn't though about this! thanks @aj-michael

Once starlark rules_android lands (they are in alpha iirc), it'll be much easier to add it