Updated Pyccel internal ND_Arrays to work with nvcc compiler#44
Draft
Updated Pyccel internal ND_Arrays to work with nvcc compiler#44
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
4771948 to
e9a1f57
Compare
85f0602 to
39be59c
Compare
cbff177 to
908eb82
Compare
ba1f7ec to
a66a068
Compare
e48b33b to
1fb7ce2
Compare
9234e99 to
21c93b5
Compare
8eef19d to
12d98b6
Compare
81b9970 to
5f7e3e2
Compare
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.