mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
HIP -> HSA in docs/env_vars (#3824)
This commit is contained in:
parent
9851e2c3b9
commit
3fb13ff892
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Variable | Possible Value(s) | Description
|
|||
DEBUG | [1-6] | enable debugging output, with 4 you get operations, timings, speed, generated code and more
|
||||
GPU | [1] | enable the GPU backend
|
||||
CUDA | [1] | enable CUDA backend
|
||||
HIP | [1] | enable HIP backend
|
||||
HSA | [1] | enable HSA backend
|
||||
CPU | [1] | enable CPU backend
|
||||
METAL | [1] | enable Metal backend (for Mac M1 and after)
|
||||
METAL_XCODE | [1] | enable Metal using macOS Xcode SDK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue