Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
project(dietgpu LANGUAGES CUDA CXX VERSION 1.0)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_C_STANDARD 11)

include(CheckLanguage)
Expand Down
1 change: 1 addition & 0 deletions dietgpu/ans/GpuANSEncode.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "dietgpu/utils/StaticUtils.h"

#include <glog/logging.h>
#include <thrust/detail/config.h>
#include <cmath>
#include <iostream>
#include <memory>
Expand Down