Loading graph_framework/cpu_context.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,6 @@ namespace gpu { //------------------------------------------------------------------------------ void create_header(std::ostringstream &source_buffer) { source_buffer << "#include <map>" << std::endl; source_buffer << "#include <string>" << std::endl; if (jit::is_complex<T> ()) { source_buffer << "#include <complex>" << std::endl; source_buffer << "#include <special_functions.hpp>" << std::endl; Loading Loading
graph_framework/cpu_context.hpp +0 −1 Original line number Diff line number Diff line Loading @@ -364,7 +364,6 @@ namespace gpu { //------------------------------------------------------------------------------ void create_header(std::ostringstream &source_buffer) { source_buffer << "#include <map>" << std::endl; source_buffer << "#include <string>" << std::endl; if (jit::is_complex<T> ()) { source_buffer << "#include <complex>" << std::endl; source_buffer << "#include <special_functions.hpp>" << std::endl; Loading