Skip to content

Fix build failure on msvc #1245

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akemimadoka
Copy link
Contributor

  • Replaced std::aligned_alloc with ::operator new(size_t, std::align_val_t) to ensure compatibility across both Linux and Windows platforms, as MSVC does not support the former.
  • Modified dependencies for Windows builds by replacing the direct dependency on triton with triton-windows, as the standard triton package cannot be directly used on Windows systems.

@Atream
Copy link
Contributor

Atream commented May 9, 2025

Thank you for your contribution, we will merge this PR after test.

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