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

Integrate cudastf into CudaX. #2526

Closed
wants to merge 67 commits into from
Closed

Conversation

alliepiper
Copy link
Collaborator

No description provided.

@alliepiper alliepiper requested review from a team as code owners October 9, 2024 21:19
@alliepiper alliepiper marked this pull request as draft October 9, 2024 21:20
@caugonnet
Copy link
Contributor

We currently have duplicated some std libraries in cudax/include/cuda/experimental/__stf/supplemental_std_experimental which contains these files

linalg mdarray mdspan __p0009_bits __p1673_bits __p1684_bits

We probably need to move away from these local copy, and possibly use the mdspan copy available for libcudacxx ?

@alliepiper alliepiper linked an issue Oct 10, 2024 that may be closed by this pull request
17 tasks
@alliepiper
Copy link
Collaborator Author

@caugonnet I think that's a good idea. I don't know if we have all of those bits ready yet, but we at least have mdspan and stuff.

I've added this as a line item to #2533 to track it.

Copy link

copy-pr-bot bot commented Oct 10, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@alliepiper
Copy link
Collaborator Author

/ok to test

@caugonnet
Copy link
Contributor

/ok to test

@alliepiper
Copy link
Collaborator Author

/ok to test

@alliepiper
Copy link
Collaborator Author

/ok to test

@alliepiper
Copy link
Collaborator Author

/ok to test

@alliepiper
Copy link
Collaborator Author

/ok to test

@alliepiper
Copy link
Collaborator Author

/ok to test

template <typename U> \
auto operator op(const U& rhs)&& \
{ \
const bool r = value op rhs; \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks compilation due to comparing different types now, we should revert that change and get it work

@alliepiper
Copy link
Collaborator Author

Closing in favor of #2572.

@alliepiper alliepiper closed this Oct 22, 2024
@alliepiper alliepiper removed a link to an issue Oct 23, 2024
17 tasks
@alliepiper alliepiper deleted the cudastf branch October 28, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants