Andrzej Warzyński

Results 93 comments of Andrzej Warzyński

> Is vscale a fixed value given a fixed CPU? E.g., Does the CPU-1 always have vscale=1 and CPU-2 always have vscale=4? That's a totally valid question and the answer...

> I think the next question is that which dimension do you want to mark scalable? For `linalg.matmul` we make the **N** dim scalable, so for `linalg.mmt4d` it should probably...

Thank you for looking into this! Windows CI would be a very welcome addition to **llvm-tutor**. -Andrzej

Thanks for working on this! > I think it would be useful to update the documentation to indicate that llvm v16 is required and which packages are needed. I don't...

### Prepare LLVM Flang Follow these steps to build LLVM Flang. Remember to use the `fir-dev` branch from [f18-llvm-project](https://github.com/flang-compiler/f18-llvm-project). ```bash # Clone `fir-dev` git clone https://github.com/flang-compiler/f18-llvm-project.git cd f18-llvm-project && git...

> I have a quick question but didn't want to raise an issue for this just yet: I don't see BLAS/LAPACK (the [original](https://github.com/Reference-LAPACK/lapack)) in https://github.com/flang-compiler/f18-llvm-project/projects/11, should this be added? That's...

CI for SNAP on fir-dev was added in https://github.com/flang-compiler/f18-llvm-project/commit/744a3bbc0be1f35d15dae61e73228abb977be372. You can view the corresponding action here: https://github.com/flang-compiler/f18-llvm-project/actions/workflows/flang-tests-snap.yml. -Andrzej

I would try avoid the cross-compilation path (from [here](https://github.com/llvm/llvm-project/blob/650aec687eb54aeeb3cef4a41f2dbaa49ef3e358/flang/lib/Optimizer/CodeGen/DescriptorModel.h#L14-L18)): > // TODO: It is understood that this is deeply incorrect as far as building a // portability layer for cross-compilation...

Thank you all for all the pointers! I've just watched the presentation by Andy Kaylor from LLVM Dev 2021 (thanks for the link @kiranchandramohan !) and I think that it...

Thanks for submitting this @kiranchandramohan ! The following tests fail because we are missing support for Darwin linker invocation: * Driver/flang-linker-flags.f90 * Driver/code-gen-x86.f90 Basically, we'd need something like [this](https://github.com/flang-compiler/f18-llvm-project/blob/fir-dev/clang/lib/Driver/ToolChains/Gnu.cpp#L568-L573) replicated...