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

Updated Pyccel internal ND_Arrays to work with nvcc compiler #44

Draft
wants to merge 105 commits into
base: devel
Choose a base branch
from

Conversation

bauom
Copy link
Collaborator

@bauom bauom commented Mar 4, 2024

Updating Pyccel internal multidimensional arrays library to be compliant with the nvcc compiler.

  • Removed the use of _Generic macro was handling the typing of array_fill now we are printing the functions explicitly.
  • Removed the use of compound literals as function arguments as they are not supported in the C++ standard.
  • Activating some array tests excluding the Complex ones.

EmilyBourne and others added 30 commits January 12, 2023 13:37
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 <[email protected]>
Co-authored-by: Aymane Benaissa <[email protected]>
Co-authored-by: Youness Farini <[email protected]>
Co-authored-by: Yassine Alaoui <[email protected]>
Co-authored-by: Youness Farini <[email protected]>
Co-authored-by: Yaman Güçlü <[email protected]>
Co-authored-by: Aaron Holmes <[email protected]>
Co-authored-by: Ibrahim El Mountasser <[email protected]>
Co-authored-by: OTHMANE HACHIM <[email protected]>
@EmilyBourne EmilyBourne force-pushed the devel branch 5 times, most recently from 4771948 to e9a1f57 Compare March 25, 2024 09:43
@EmilyBourne EmilyBourne force-pushed the devel branch 5 times, most recently from 85f0602 to 39be59c Compare April 15, 2024 10:39
@EmilyBourne EmilyBourne force-pushed the devel branch 3 times, most recently from cbff177 to 908eb82 Compare April 23, 2024 17:46
@EmilyBourne EmilyBourne force-pushed the devel branch 2 times, most recently from ba1f7ec to a66a068 Compare April 26, 2024 10:28
@EmilyBourne EmilyBourne force-pushed the devel branch 2 times, most recently from e48b33b to 1fb7ce2 Compare May 14, 2024 19:33
@EmilyBourne EmilyBourne force-pushed the devel branch 3 times, most recently from 9234e99 to 21c93b5 Compare July 17, 2024 19:39
@EmilyBourne EmilyBourne force-pushed the devel branch 2 times, most recently from 8eef19d to 12d98b6 Compare July 26, 2024 12:09
@EmilyBourne EmilyBourne force-pushed the devel branch 2 times, most recently from 81b9970 to 5f7e3e2 Compare September 3, 2024 13:43
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.

2 participants