passlab / rexompiler

REX OpenMP Compiler
https://passlab.github.io/rexompiler/
Other
1 stars 1 forks source link

Synchronize before migrating to UPIR #116

Closed ouankou closed 2 years ago

ouankou commented 2 years ago
  1. Synchronize with ROSE upstream
  2. Add OpenMP SIMD transformation
yanyh15 commented 2 years ago

Hi Anjia,

Not sure how you synchronize with ROSE official. From my past experience, it often required cherry-picking some commits since straight git merge or rebase will pull in many changes that we already deleted, e.g. those code for php, java, etc. Let me know how you did the sync.

Yonghong

On Thu, Feb 24, 2022 at 7:47 AM Anjia Wang @.***> wrote:

  1. Synchronize with ROSE upstream
  2. Add OpenMP SIMD transformation

You can view, comment on, or merge this pull request online at:

https://github.com/passlab/rexompiler/pull/116 Commit Summary

File Changes

(300 files https://github.com/passlab/rexompiler/pull/116/files)

ouankou commented 2 years ago

Hi Anjia, Not sure how you synchronize with ROSE official. From my past experience, it often required cherry-picking some commits since straight git merge or rebase will pull in many changes that we already deleted, e.g. those code for php, java, etc. Let me know how you did the sync. Yonghong

Dr. Yan, sorry for the confusion. It is a short summary of the difference between our main and development branches. The "sync" here refers to the synchronization with ROSE you did last year. After that, I only cherry-picked one or two commits from ROSE to fix bugs.

yanyh15 commented 2 years ago

That is great and thank you for clarification.

On Thu, Feb 24, 2022 at 9:24 AM Anjia Wang @.***> wrote:

Hi Anjia, Not sure how you synchronize with ROSE official. From my past experience, it often required cherry-picking some commits since straight git merge or rebase will pull in many changes that we already deleted, e.g. those code for php, java, etc. Let me know how you did the sync. Yonghong

Dr. Yan, sorry for the confusion. It is a short summary of the difference between our main and development branches. The "sync" here refers to the synchronization with ROSE you did last year. After that, I only cherry-picked one or two commits from ROSE to fix bugs.

— Reply to this email directly, view it on GitHub https://github.com/passlab/rexompiler/pull/116#issuecomment-1049911802, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUTULVHPWWBZTPD4AS22Q3U4Y5SBANCNFSM5PHJCD5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>