Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vector backend #2505

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft

Vector backend #2505

wants to merge 21 commits into from

Conversation

rebcabin
Copy link
Contributor

@rebcabin rebcabin commented Feb 7, 2024

No description provided.

@certik certik marked this pull request as draft February 8, 2024 22:17
@certik
Copy link
Contributor

certik commented Feb 8, 2024

Once this is ready for a review, please click on the "Ready for review" button.

@Shaikh-Ubaid
Copy link
Collaborator

I think the .idea folder in this PR should not be commited. I think it is a temporary/utility folder created by IntelliJ Idea (similar to the .vscode folder that VSCode creates).

@rebcabin rebcabin marked this pull request as ready for review February 9, 2024 17:10
@certik certik marked this pull request as draft February 12, 2024 17:17
@certik
Copy link
Contributor

certik commented Feb 12, 2024

I marked it as draft, so that we don't accidentally merge it.

@rebcabin
Copy link
Contributor Author

I fixed it in my branch and added .idea to .gitignore

(lp) ┌─(~/Documents/GitHub/lpython)─────────────────────────────────────────────────────────(brian@MacBook-Pro:s001)─┐
└─(09:22:54 on vector-backend ✖ ✹)──> git commit -am "remove .idea and add .idea to .gitignore"   ──(Mon,Feb12)─┘
[vector-backend eb2af0103] remove .idea and add .idea to .gitignore
 8 files changed, 1 insertion(+), 71 deletions(-)
 delete mode 100644 .idea/.gitignore
 delete mode 100644 .idea/customTargets.xml
 delete mode 100644 .idea/lpython.iml
 delete mode 100644 .idea/misc.xml
 delete mode 100644 .idea/modules.xml
 delete mode 100644 .idea/tools/External Tools.xml
 delete mode 100644 .idea/vcs.xml
(lp) ┌─(~/Documents/GitHub/lpython)─────────────────────────────────────────────────────────(brian@MacBook-Pro:s001)─┐
└─(09:23:14 on vector-backend)──> git push                                                        ──(Mon,Feb12)─┘
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 12 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 320 bytes | 320.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To https://github.com/rebcabin/lpython.git
   6fdc4b32c..eb2af0103  vector-backend -> vector-backend

@CaMo111
Copy link

CaMo111 commented Aug 14, 2024

bookmark for writing c compiler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants