[flang-commits] [flang] [flang][OpenMP] Enable delayed privatization for `omp parallel` by default (PR #90945)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Tue Jun 11 07:12:44 PDT 2024


luporl wrote:

> > > @luporl Is it possible to do a quick run with the Fujitsu test?
> > 
> > 
> > I have not been running Fujitsu testsuite as a whole, but I can give it a try. However, I don't think it will be quick to compile and run all tests. And I would need to run the testsuite twice: without this patch, to get a list of the failing tests, and then with the patch, to check if new failures occur.
> 
> @kiranchandramohan @luporl if the test suite you guys are refering to is the same as this: https://github.com/fujitsu/compiler-test-suite, I can give it a try on my side. Or is it something that is not open source?

It is that test suite indeed. Not every Fortran test was added to https://github.com/fujitsu/compiler-test-suite yet, but not breaking any new test from the already published ones should be enough.

I'm having some trouble running it. For some reason cmake is not detecting the test cases. I'll try to investigate it, but maybe you have better luck with it.

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


More information about the flang-commits mailing list