Remove including of cmath (#551)

* Let cmath included when compiling host codes in math_v2.hpp

* Remove including of cmath in device_base.hpp and device_permute.hpp
This commit is contained in:
Qianfeng
2023-01-12 09:52:47 +08:00
committed by GitHub
parent 0345963eef
commit a17b041486
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,6 @@
#pragma once
#include <cmath>
#include <string>
#include <sstream>

View File

@@ -4,7 +4,6 @@
#pragma once
#include <array>
#include <cmath>
#include <memory>
#include <type_traits>