Skip to content

Commit dead24a

Browse files
FindHaofacebook-github-bot
authored andcommitted
Fix url typos in readme
Summary: URLs in readme are wrong. Reviewed By: Sibylau Differential Revision: D78872472 fbshipit-source-id: fba03117cb063a0b9cebf06559a5db458b16a249
1 parent d102245 commit dead24a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
**A comprehensive visualization and analysis tool for Triton IR files** — helping developers analyze, debug, and understand Triton kernel compilation processes.
77

8-
🌐 **[Try it online →](https://pytorch-labs.github.io/tritonparse/?json_url=https%3A%2F%2Fpytorch-labs.github.io%2Fdedicated_log_triton_trace_findhao__mapped.ndjson.gz)**
8+
🌐 **[Try it online →](https://pytorch-labs.github.io/tritonparse/?json_url=https://pytorch-labs.github.io/tritonparse/dedicated_log_triton_trace_findhao__mapped.ndjson.gz)**
99

1010
## ✨ Key Features
1111

@@ -35,7 +35,7 @@ import tritonparse.utils
3535
tritonparse.utils.unified_parse("./logs/")
3636
```
3737
The example terminal output is:
38-
```bash
38+
```bash
3939
tritonparse log file list: /tmp/tmp1gan7zky/log_file_list.json
4040
INFO:tritonparse:Copying parsed logs from /tmp/tmp1gan7zky to /scratch/findhao/tritonparse/tests/parsed_output
4141

@@ -56,10 +56,9 @@ INFO:tritonparse:Copying parsed logs from /tmp/tmp1gan7zky to /scratch/findhao/t
5656

5757
### 2. Visualize Results
5858

59-
**Visit [https://pytorch-labs.github.io/tritonparse/](https://pytorch-labs.github.io/tritonparse/?json_url=https%3A%2F%2Fpytorch-labs.github.
60-
io%2Ftritonparse%dedicated_log_triton_trace_findhao__mapped.ndjson.gz)** and open your local trace files (.ndjson.gz format).
59+
**Visit [https://pytorch-labs.github.io/tritonparse/](https://pytorch-labs.github.io/tritonparse/?json_url=https://pytorch-labs.github.io/tritonparse/dedicated_log_triton_trace_findhao__mapped.ndjson.gz)** and open your local trace files (.ndjson.gz format).
6160

62-
> **🔒 Privacy Note**: Your trace files are processed entirely in your browser - nothing is uploaded to any server!
61+
> **🔒 Privacy Note**: Your trace files are processed entirely in your browser - nothing is uploaded to any server!
6362
6463
## 🛠️ Installation
6564

@@ -101,7 +100,7 @@ Each stage can be inspected and compared to understand optimization transformati
101100

102101
We welcome contributions! Please see our **[Developer Guide](https://github.com/pytorch-labs/tritonparse/wiki/04.-Developer-Guide)** for:
103102
- Development setup
104-
- Code formatting standards
103+
- Code formatting standards
105104
- Pull request process
106105
- Architecture overview
107106

0 commit comments

Comments
 (0)