Updated Pyccel internal ND_Arrays to work with nvcc compiler#44
Draft
bauom wants to merge 105 commits into
Draft
Updated Pyccel internal ND_Arrays to work with nvcc compiler#44bauom wants to merge 105 commits into
bauom wants to merge 105 commits into
Conversation
Update branch with commits from master. `cuda_main` and `cuda_devel` branches should have the same tests as the master branch. These tests are activated here. The setup for cuda tests is also added Co-authored-by: Abdechahid Ihya <50792865+aihya@users.noreply.github.com> Co-authored-by: Aymane Benaissa <47903494+Pinkyboi@users.noreply.github.com> Co-authored-by: Youness Farini <yfarini@student.1337.ma> Co-authored-by: Yassine Alaoui <48657685+yassine-alaoui@users.noreply.github.com> Co-authored-by: Youness Farini <farini.work@gmail.com> Co-authored-by: Yaman Güçlü <yaman.guclu@gmail.com> Co-authored-by: Aaron Holmes <aaron@aaronholmes.net> Co-authored-by: Ibrahim El Mountasser <33915853+ceciver@users.noreply.github.com> Co-authored-by: OTHMANE HACHIM <35775290+ohachim@users.noreply.github.com>
Add CUDA tests to main
EmilyBourne
force-pushed
the
devel
branch
3 times, most recently
from
March 25, 2024 09:43
4771948 to
e9a1f57
Compare
EmilyBourne
force-pushed
the
devel
branch
5 times, most recently
from
April 15, 2024 10:39
85f0602 to
39be59c
Compare
EmilyBourne
force-pushed
the
devel
branch
3 times, most recently
from
April 23, 2024 17:46
cbff177 to
908eb82
Compare
EmilyBourne
force-pushed
the
devel
branch
2 times, most recently
from
April 26, 2024 10:28
ba1f7ec to
a66a068
Compare
EmilyBourne
force-pushed
the
devel
branch
2 times, most recently
from
May 14, 2024 19:33
e48b33b to
1fb7ce2
Compare
EmilyBourne
force-pushed
the
devel
branch
3 times, most recently
from
July 17, 2024 19:39
9234e99 to
21c93b5
Compare
EmilyBourne
force-pushed
the
devel
branch
2 times, most recently
from
July 26, 2024 12:09
8eef19d to
12d98b6
Compare
EmilyBourne
force-pushed
the
devel
branch
2 times, most recently
from
September 3, 2024 13:43
81b9970 to
5f7e3e2
Compare
EmilyBourne
force-pushed
the
devel
branch
2 times, most recently
from
January 10, 2025 07:56
8bce3e1 to
26890c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating Pyccel internal multidimensional arrays library to be compliant with the
nvcccompiler._Genericmacro was handling the typing ofarray_fillnow we are printing the functions explicitly.