Skip to content

Instantly share code, notes, and snippets.

View betelqeyza's full-sized avatar
🤒
Out sick

betelqeyza betelqeyza

🤒
Out sick
  • High School Student (finished)
  • 26.7° N, 237.6° W, Enceladus
  • 02:42 (UTC +03:00)
View GitHub Profile
/*
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
@LinArcX
LinArcX / CEF_SDL
Last active September 25, 2023 15:08
#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>