[Mlir-commits] [mlir] [NFC][OpenMP][MLIR] Add test for lowering parallel workshare GPU loop (PR #76144)

Kiran Chandramohan llvmlistbot at llvm.org
Thu Dec 21 07:37:57 PST 2023


kiranchandramohan wrote:

> Could you share the command-line flags that have to be used with `flang-new` to get the llvm ir in this test?

I guess it is something like the following.
```
flang-new -fc1 -triple amdgcn-amd-amdhsa -emit-llvm -fopenmp -fopenmp-is-target-device do.f90
```

https://github.com/llvm/llvm-project/pull/76144


More information about the Mlir-commits mailing list