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

Windows build matrix #10

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

Windows build matrix #10

wants to merge 8 commits into from

Conversation

wkpark
Copy link
Owner

@wkpark wkpark commented Dec 18, 2023

No description provided.

 * based on triton-lang#2465
 * manually applied, rebased, fix lint errors
 * use set_target_properties(), cleanup for windows
 * remove '/A' platform option to use windows ninja
 * remove unknown option '/m'
 * use sysconfig.get_config_var() to get the path of python*.lib
 * clang fix for windows
 * remove '-fPIC' for windows clang
 * fix download_and_copy() to support windows
 * add "exe" extension for windows
 * use "pyd" extension for windows to make importlib work

Original-author-by: Andrei Gheorghe <[email protected]>
Signed-off-by: Won-Kyu Park <[email protected]>
 * based on Windows support PR triton-lang#2456 by @andreigh
 * DISPATCH_ARGS fix by @andreigh
 * WIN32 fix using LoadLibrary
clang error
"(aka 'long long') must match previous return type 'long' when lambda expression has unspecified explicit return typ"
 * fix warning "warning: manifest_maker: MANIFEST.in, line 4: path 'triton/runtime/backends/' cannot end with '/'"
@wkpark wkpark force-pushed the windows-build-matrix branch 2 times, most recently from edad77d to 77a97b5 Compare December 18, 2023 09:58
 * use conda for ubuntu-latest
 * enable windows-latest build
 * disable artifact check for non self-hosted
 * build wheels and upload dist artifacts
 * update build matrix with python-version, etc.
 * fix deprecated ::set-output, etc.
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.

1 participant