cloudQuant
cloudQuant
仅仅用pycharm修改了部分代码格式,没做实质性更改
```[ 17%] Building CXX object CMakeFiles/app.dir/common/App.cpp.o /home/yun/Documents/cpp_img_demos/implot_demos/common/App.cpp: In constructor ‘App::App(std::string, int, int, int, const char**)’: /home/yun/Documents/cpp_img_demos/implot_demos/common/App.cpp:152:5: error: ‘NvOptimusEnablement’ was not declared in this scope 152 | NvOptimusEnablement = AmdPowerXpressRequestHighPerformance =...
when the shaVersion is not right, it will generate memory leak, we need free the context in the default ```c++ static std::string computeHash(const ShaVersion shaVersion, const std::string& unhashed, bool returnHex...
run success in mac but run failure in win 11, add one line and modify one line: ``` ssl_context = ssl.create_default_context(cafile=certifi.where()) download_url = get_download_url(download_path) dl_file = urllib.request.urlopen(download_url, context=ssl_context) ```