misc: remove unused env vars (#3963)

* remove unused env vars

* delete CPU
This commit is contained in:
qazal
2024-03-27 22:08:15 +02:00
committed by GitHub
parent 60639cccac
commit 27af37f2ad

View File

@@ -34,11 +34,8 @@ DEBUG | [1-6] | enable debugging output, with 4 you get opera
GPU | [1] | enable the GPU backend
CUDA | [1] | enable CUDA 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
TORCH | [1] | enable PyTorch backend
MPS | [1] | enable MPS device for TORCH backend (for Mac M1 and after)
CLANG | [1] | enable Clang backend
LLVM | [1] | enable LLVM backend
BEAM | [#] | number of beams in kernel beam search
@@ -48,7 +45,6 @@ GRAPHPATH | [/path/to] | where to put the generated graph
DEFAULT_FLOAT | [HALF, ...]| specify the default float dtype (FLOAT32, HALF, BFLOAT16, FLOAT64, ...), default to FLOAT32
IMAGE | [1-2] | enable 2d specific optimizations
FLOAT16 | [1] | use float16 for images instead of float32
DISALLOW_ASSIGN | [1] | disallow assignment of tensors
PTX | [1] | enable the specialized [PTX](https://docs.nvidia.com/cuda/parallel-thread-execution/) assembler for Nvidia GPUs. If not set, defaults to generic CUDA codegen backend.
## File Specific Variables