File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,16 @@ name: Run PyTorch IR Tests
33on :
44 pull_request :
55 branches : [ main ]
6+ paths-ignore :
7+ - ' **.md'
8+ - ' public/**
69 push:
710 branches: [ main ]
11+ paths-ignore:
12+ - ' **.md'
13+ - ' public/**
14+ schedule:
15+ - cron: 0 0 * * *
816
917jobs:
1018 test:
Original file line number Diff line number Diff line change 11# PyTorch IR Explorer
22
3+ [ ![ tests] ( https://github.com/MrSidims/PytorchExplorer/actions/workflows/ci.yml/badge.svg )] ( https://github.com/MrSidims/PytorchExplorer/actions/workflows/ci.yml )
4+
35An interactive web-based tool for exploring intermediate representations (IRs) of PyTorch and Triton models.
46Designed to help developers, researchers, and students visualize and understand compilation pipelines by
57tracing models through various IR stages and transformations.
You can’t perform that action at this time.
0 commit comments