Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
A quick addition on how to use it.
  • Loading branch information
minjang authored and ienkovich committed Dec 6, 2024
1 parent e235598 commit 88d1a35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ subdirectory (similar to how GPU vendors are supported today). We're starting
with a clone to give ourselves maximum development flexibility as this project
gets off the ground!

# How to use it?

Build it like a normal Triton, but just pass TRITON_CPU_BACKEND=1 to use the CPU backend over a GPU backend, if any.

```
TRITON_CPU_BACKEND=1 python3 tutorials/01-vector-add.py
```

**NOTE: It's still work in progress.**

---

# Upstream README

<div align="center">
Expand Down

0 comments on commit 88d1a35

Please sign in to comment.