Add base.h

This commit is contained in:
Victor Zverovich
2024-01-09 19:30:46 -08:00
parent 4d616479b5
commit 79f1506fe3
11 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include <fmt/core.h>
#include <fmt/base.h>
// The purpose of this part is to ensure NVCC's host compiler also supports
// the standard version. See 'cuda-cpp14.cu'.
+1 -1
View File
@@ -10,7 +10,7 @@
// https://en.cppreference.com/w/cpp/preprocessor/replace#Predefined_macros
static_assert(__cplusplus >= 201402L, "expect C++ 2014 for nvcc");
#include <fmt/core.h>
#include <fmt/base.h>
#include <cuda.h>
#include <iostream>