Irina Demeshko

Results 2 issues of Irina Demeshko

I am getting an error like below when compiling an example that uses Boost stack trace with HIP compiler. ``` In file included from /home/irina/install_dir/boost_1_72/include/boost/stacktrace/frame.hpp:20: /home/irina/install_dir/boost_1_72/include/boost/stacktrace/safe_dump_to.hpp:50:5: error: use of undeclared...

It seems like std::exclusive scan is not supported by hip compiler. I get an error like: ``` error: no member named 'exclusive_scan' in namespace 'std' ``` Reproducer: add following diff...