Skip to content

Commit 47b213f

Browse files
FindHaometa-codesync[bot]
authored andcommitted
Remove deprecated test for triton_kernels Tensor functionality (#160)
Summary: Because: 1. we have another `test_reproducer_end_to_end` to test reproducer 2. not necessary to maintain this test for triton_kernels pacakge upgrade let's remove this test Pull Request resolved: #160 Reviewed By: xuzhao9 Differential Revision: D84164006 Pulled By: FindHao fbshipit-source-id: 4faa9ce14f97a52a39f696dbd7f117cdd932f454
1 parent 12f1d1b commit 47b213f

File tree

4 files changed

+1
-638
lines changed

4 files changed

+1
-638
lines changed

.ci/install-triton-kernels.sh

Lines changed: 0 additions & 87 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
TRITON_COMMIT: ${{ steps.triton-commit.outputs.commit }}
143143
run: |
144144
bash .ci/install-triton.sh
145-
bash .ci/install-triton-kernels.sh
145+
146146
- name: Install project dependencies
147147
env:
148148
CONDA_ENV: tritonparse
@@ -192,12 +192,6 @@ jobs:
192192
run: |
193193
bash .ci/setup.sh
194194
195-
- name: Install Triton kernels
196-
env:
197-
CONDA_ENV: tritonparse-pip
198-
run: |
199-
bash .ci/install-triton-kernels.sh
200-
201195
- name: Install project dependencies
202196
env:
203197
CONDA_ENV: tritonparse-pip

0 commit comments

Comments
 (0)