User Details
- User Since
- Aug 21 2019, 11:47 AM (214 w, 3 h)
Aug 25 2023
Aug 9 2023
Jun 30 2023
LGTM
Dec 20 2022
Dec 12 2022
Dec 9 2022
Nov 16 2022
Nov 9 2022
Nov 8 2022
Jul 21 2022
Jul 7 2022
Jun 28 2022
Jun 27 2022
Jun 3 2022
May 30 2022
May 26 2022
Mar 2 2022
Feb 10 2022
Can we push this patch back to 14.x release branch?
Dec 16 2021
LG
Oct 1 2021
Sep 21 2021
Sep 20 2021
The SystemZ issue is due to the fact that we assumed that device(cpu) should be evaluated to true and device(gpu) should be evaluated to false in the test so the test should be fixed by specifying the triple. (https://github.com/llvm/llvm-project/commit/3679d2001c87f37101e7f20c646b21e97d8a0867)
Sep 18 2021
Sep 17 2021
I reapplied the patch since I forgot to add author's name in the commit
Fix tests and coding style
Fix tests for Windows
Sep 16 2021
Fix flang issue
Rebase and fix warning
Fix ast errors and add some tiny fixes
Sep 15 2021
Add tests and fix coding style
Sep 14 2021
Fix based on suggestions
Remove braces
Fix based on feedback (wait for comment about moving ConstructTrait to IRBuilder)
Sep 13 2021
Rebase and fix based on suggestions
One thing I wanted to do though is keep track of the constructs in the OpenMPIRBuilder instead. So move the
/// Vector of declare variant construct traits. SmallVector<llvm::omp::TraitProperty, 8> ConstructTraits;into OpenMPIRBuilder and add/delete the things there. It's not a conceptual difference but makes it easier
to opt-in for Flang later.
Sep 10 2021
Remove debug info and spaces
Remove redundant file
Rebase and avoid assert errors
Sep 8 2021
@alokmishra.besu do you mind if I push the patch for solving those assertions with rebase? The patch does not change the logic in your program and I've made sure that the tests could pass in debug mode.
Sep 2 2021
I'm guessing the tests were not pass on buildbot but passed on the author's side is due to the assertion was disabled on the author's side.
Here is the patch for avoiding all the assertion errors and I'm able to get all the metadirective tests passed (and no regression for the existing omp tests) with this change:
Apr 26 2021
Rebase
Apr 21 2021
what assertion?
Apr 20 2021
I mark this patch as "plan changed" since the assert message indicates that something wrong in IRBuilder or Codegen, however, main branch also have the same issue so I think this patch does not trigger the issue.
Use irbuilder for masked and master construct: https://reviews.llvm.org/D100874.
Apr 16 2021
Initially we did not have an OMPIRBuilder object unconditionally, now we have. Let's move over everything that is ready. So master and critical should be good to go as well I suppose.
Apr 15 2021
Update test and fix code format