This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <iostream> | |
| #include <sstream> | |
| #include <SDL.h> | |
| #include <include/cef_app.h> | |
| #include <include/cef_client.h> | |
| #include <include/cef_render_handler.h> | |
| #include <include/cef_life_span_handler.h> |