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

build: Remove usage of cub from Block.cuh and related test code #12545

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

dreveman
Copy link
Collaborator

@dreveman dreveman commented Mar 5, 2025

The behavior is not changing but block radix sort performance is expected to improve as a result of using warp-striped arrangement and avoiding unnecessary conversions.

@dreveman dreveman removed the request for review from majetideepak March 5, 2025 15:57
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 5, 2025
@dreveman dreveman requested review from Yuhta and removed request for assignUser March 5, 2025 15:57
Copy link

netlify bot commented Mar 5, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit db5431e
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67cf1be9136c5d00084e8798

@dreveman dreveman force-pushed the use-breeze branch 2 times, most recently from ad6eb54 to b84b788 Compare March 5, 2025 16:01
David Reveman added 9 commits March 10, 2025 13:05
Allow CUDA_PLATFORM_SPECIALIZATION_HEADER to be specified when
running cmake and define a breeze_cuda interface library that
targets that use breeze can depend on.
Also update the comment to match the code.
Also switches to using warp-striped arrangement as more efficient
for radix sort and required by breeze.
Ran velox/experimental/wave/jit/make_headers.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants