Skip to content

reorganizing inductor test for triton #24

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

Merged
merged 37 commits into from
Sep 6, 2024
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
7853f47
reorganizing inductor test for triton
adamomainz Sep 6, 2024
f935a31
fixing missed indentation
adamomainz Sep 6, 2024
c328c14
uses wasnt working correctly
adamomainz Sep 6, 2024
06a6e24
removing inux_job.yml
adamomainz Sep 6, 2024
3ff6e6c
typo
adamomainz Sep 6, 2024
8e0ebfe
using linux job again
adamomainz Sep 6, 2024
59a689b
fixing silly naming convention
adamomainz Sep 6, 2024
9ffe51e
removing reusable workflow
adamomainz Sep 6, 2024
d04a8c5
didnt move run back out
adamomainz Sep 6, 2024
bbf45bb
env instead of with
adamomainz Sep 6, 2024
03cb180
moving over to a conda install instead of pip
adamomainz Sep 6, 2024
2499272
removing triton after finished'
adamomainz Sep 6, 2024
d6f6ab1
adding cleanup step
adamomainz Sep 6, 2024
053ef2a
an extra - added
adamomainz Sep 6, 2024
7a07954
adding echos mostly to re-run
adamomainz Sep 6, 2024
75a26d9
why didnt this work
adamomainz Sep 6, 2024
b1067dc
pwd instead of ls
adamomainz Sep 6, 2024
dc2b435
fixing cleanup step
adamomainz Sep 6, 2024
11e8804
adding cleaning function
adamomainz Sep 6, 2024
e92bdbd
trying a different clean action
adamomainz Sep 6, 2024
5e58fb7
trying step instead of new workflow
adamomainz Sep 6, 2024
eaef6d3
really should format these things before pushing
adamomainz Sep 6, 2024
4a4d021
trying a different directory
adamomainz Sep 6, 2024
128b42d
if I start with the pytorch linux job does this work
adamomainz Sep 6, 2024
0818a09
is this the right way?
adamomainz Sep 6, 2024
f20f6f1
is this the right way?
adamomainz Sep 6, 2024
cdfc624
moving usees
adamomainz Sep 6, 2024
62b1ee3
testing
adamomainz Sep 6, 2024
7b5890d
removing needless need
adamomainz Sep 6, 2024
ed0722b
base dir
adamomainz Sep 6, 2024
2ad6aa5
exports
adamomainz Sep 6, 2024
364a132
here
adamomainz Sep 6, 2024
a1a73c1
removing llvm custom
adamomainz Sep 6, 2024
47a17ad
moving continue on error
adamomainz Sep 6, 2024
e94ea4b
moving to non editable triton
adamomainz Sep 6, 2024
9740dca
only change im making is running on pushes to main instead of just ne…
adamomainz Sep 6, 2024
f4b7c2f
main and master
adamomainz Sep 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/inductor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Test build/test linux gpu

on:
pull_request:
push:
branches: [ master, main ]
workflow_dispatch:
inputs:
triton_pin:
Expand Down Expand Up @@ -65,4 +66,4 @@ jobs:
echo "Installing magma-cuda121"
conda install -y -c pytorch magma-cuda121
python setup.py install
pytest -n 1 test/inductor/test_torchinductor.py
pytest -n 1 test/inductor/test_torchinductor.py