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 <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>
@EmilyBourne EmilyBourne force-pushed the devel branch 2 times, most recently from e48b33b to 1fb7ce2 Compare May 14, 2024 19:33
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