Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| /* | |
| IMPORTANT: Driver 580.105.08: https://www.nvidia.com/en-us/drivers/details/257493/ | |
| > Added a new environment variable, CUDA_DISABLE_PERF_BOOST, to allow for disabling | |
| the default behavior of boosting the GPU to a higher power state when running | |
| CUDA applications. Setting this environment variable to '1' will disable the boost. | |
| CUDA perfboost bypass, distributed under MIT License | |
| -- @Ristovski |