-
Notifications
You must be signed in to change notification settings - Fork 1
Wtf integration #224
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
Wtf integration #224
Conversation
|
@jwaldrop107 can you up the CI's CXX_STANDARD to 20 please? |
|
Working on updating the test image. This is probably the time to remove the CXX_STANDARD from the toolchains and start specifying it in the individual libraries' |
jwaldrop107
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryanmrichard Here's a couple of smaller things. The only one I'd be specifically worried about is the cuda_tensor.cpp one with the brace and conditionals. Do you know if these changes work with the rest of the stack?
…or.cpp Co-authored-by: Jonathan M. Waldrop <relik107@gmail.com>
|
🚀 [bumpr] Bumped! |
Is this pull request associated with an issue(s)?
No
Description
Starts the refactoring necessary to get WTF integrated into TensorWrapper. This process quickly got away from me so I want to check-in an intermediate before continuing. This PR will:
MDBuffermeant to eventually becomeContiguous. What was the Eigen buffer will be deleted (it's now in the backend).N.b., all of the original classes are being left alone so this PR shouldn't break anything...
TODOs