[flang-commits] [flang] [llvm] [mlir] [flang][mlir][llvm][OpenMP] Add lowering and translation support for mergeable clause on task (PR #114662)

via flang-commits flang-commits at lists.llvm.org
Wed Nov 6 01:57:16 PST 2024


NimishMishra wrote:

I am experiencing the following failure with the windows builtbot. Any suggestions on how can we fix it? This is blocking the merge of this patch.

```
FAIL: MLIR :: python/dialects/linalg/ops.py

"C:/Python39/python.exe" C:\ws\src\mlir\test\python\dialects\linalg\ops.py | c:\ws\src\build\bin\filecheck.exe C:\ws\src\mlir\test\python\dialects\linalg\ops.py
executed command: C:/Python39/python.exe 'C:\ws\src\mlir\test\python\dialects\linalg\ops.py'
.---command stderr------------
 | Traceback (most recent call last):
 |   File "C:\ws\src\mlir\test\python\dialects\linalg\ops.py", line 3, in <module>
 |     from mlir.dialects import arith, builtin, func, linalg, tensor
 |   File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
 |   File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
 |   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
 |   File "<frozen importlib._bootstrap_external>", line 846, in exec_module
 |   File "<frozen importlib._bootstrap_external>", line 982, in get_code
 |   File "<frozen importlib._bootstrap_external>", line 1039, in get_data
 | OSError: [Errno 22] Invalid argument: 'c:\\ws\\src\\build\\tools\\mlir\\python_packages\\mlir_core\\mlir\\dialects\\arith.py'
 `-----------------------------
 error: command failed with exit status: 1
 executed command: 'c:\ws\src\build\bin\filecheck.exe' 'C:\ws\src\mlir\test\python\dialects\linalg\ops.py'
 .---command stderr------------
 | FileCheck error: '<stdin>' is empty.
 | FileCheck command line:  c:\ws\src\build\bin\filecheck.exe C:\ws\src\mlir\test\python\dialects\linalg\ops.py
 `-----------------------------
 error: command failed with exit status: 2
```

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


More information about the flang-commits mailing list