VILLASframework / fpga

Archived: VILLASfpga has been integrated into the VILLASnode repo

Home Page:https://fein-aachen.org/en/projects/villas-fpga/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New spdlog warnings

stv0g opened this issue · comments

In GitLab by @daniel-k on Aug 28, 2018, 17:17

Probably since the restructuring, there's a bunch of new warnings comming from spdlog when compiling with the CUDA compiler (9.2.x):

          detected during:
            instantiation of "fmt::v5::basic_format_context<OutputIt, Char>::format_arg fmt::v5::basic_format_context<OutputIt, Char>::get_arg(fmt::v5::basic_string_view<fmt::v5::basic_format_context<OutputIt, Char>::char_type>) [with OutputIt=std::back_insert_iterator<fmt::v5::internal::basic_buffer<char>>, Char=char]" 
(4040): here
            instantiation of "void fmt::v5::format_handler<ArgFormatter, Char, Context>::on_arg_id(fmt::v5::basic_string_view<Char>) [with ArgFormatter=fmt::v5::arg_formatter<fmt::v5::back_insert_range<fmt::v5::internal::buffer>>, Char=char, Context=fmt::v5::format_context]" 
(2669): here
            instantiation of "void fmt::v5::internal::id_adapter<Handler, Char>::operator()(fmt::v5::basic_string_view<Char>) [with Handler=fmt::v5::format_handler<fmt::v5::arg_formatter<fmt::v5::back_insert_range<fmt::v5::internal::buffer>>, char, fmt::v5::format_context> &, Char=char]" 
(2458): here
            instantiation of "Iterator fmt::v5::internal::parse_arg_id(Iterator, IDHandler &&) [with Iterator=fmt::v5::internal::null_terminating_iterator<char>, IDHandler=fmt::v5::internal::id_adapter<fmt::v5::format_handler<fmt::v5::arg_formatter<fmt::v5::back_insert_range<fmt::v5::internal::buffer>>, char, fmt::v5::format_context> &, char>]" 
(2703): here
            instantiation of "void fmt::v5::internal::parse_format_string(Iterator, Handler &&) [with Iterator=fmt::v5::internal::null_terminating_iterator<char>, Handler=fmt::v5::format_handler<fmt::v5::arg_formatter<fmt::v5::back_insert_range<fmt::v5::internal::buffer>>, char, fmt::v5::format_context> &]" 
(4079): here
            instantiation of "Context::iterator fmt::v5::vformat_to<ArgFormatter,Char,Context>(ArgFormatter::range, fmt::v5::basic_string_view<Char>, fmt::v5::basic_format_args<Context>) [with ArgFormatter=fmt::v5::arg_formatter<fmt::v5::back_insert_range<fmt::v5::internal::buffer>>, Char=char, Context=fmt::v5::format_context]" 
(4198): here

Hi @daniel-k,

you use the latest develop version of the VILLAScommon submodule?

I changed dont use the bundled libfmt of spdlog but instead use a separate submodule.

In GitLab by @daniel-k on Aug 29, 2018, 12:17

I did git submodule update --init --recursive, so I guess that I should have all the dependencies. Strangely I can build on my laptop but not on the villas PC when rsyncing the whole directory.

closed