WIP: Make sure TMA is compiled in (for now, see if this fails CI) - #2428
Draft
seberg wants to merge 1 commit into
Draft
WIP: Make sure TMA is compiled in (for now, see if this fails CI)#2428seberg wants to merge 1 commit into
seberg wants to merge 1 commit into
Conversation
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
Author
|
/ok to test 2c99b8a |
seberg
force-pushed
the
tensor-map-linking
branch
from
July 27, 2026 14:11
2c99b8a to
679bdf5
Compare
1 task
In my conda setup, compiling `tensor_map` created linking issues and it seems like the reason this didn't fail here might be that it is missing when it shouldn't be. Adding the `cccl` headers breaks CI the same way, but moving things to `_tensor_map_cccl.pxd` and soft-linking it should then unbreak things again. This now uses CCCL in an *extremely* limited fashion because CCCL has some bugs/issues around validation. (Even if fixed, we still need to support all dtypes in DLPack, though.)
seberg
force-pushed
the
tensor-map-linking
branch
from
July 29, 2026 08:34
679bdf5 to
c640173
Compare
Contributor
Author
|
/ok to test c640173 |
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.
In my conda setup, compiling
tensor_mapcreated linking issues and it seems like the reason this didn't fail here might be that it is missingi when it shouldn't be.(Once/if this fails, let's fix it/)