Iceflower
Iceflower
CI is broken due to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85282. Will do a workaround later.
> > > I suggest adding a new section to the page [Profile Taskflow Programs](https://taskflow.github.io/taskflow/Profiler.html) like "Visualize Your Taskflow with Mermaid Format" and add a detailed explanation with code examples....
> Also, it does not look like you provide the Mermaid-formated dump in cudaGraph [here](https://github.com/taskflow/taskflow/blob/c35cd671a4f4f838c8f29682be3fedc27b004950/taskflow/cuda/cuda_graph.hpp#L358). The method tasks an `std::ostream&`, a `const void*` pointer to the parent node (just pointer...
Also can take a few days, iam a bit busy and i havent Cuda installed yet to test it.
@tsung-wei-huang may you take a look if the initial idea would be ok?
I would add a parameter probably. Also this implementation was by choice so we have a maximum of cubes.
I made a simple, i mean a really simple, multi progressbar using a wrapper. Of course you can only use one `io.Writer` for all bars, makes sense though and i...
https://github.com/IceflowRE/go-multiprogressbar You can try it out! Maybe this will encourage others to give some thoughts. (Also this does not mean, iam not interested in putting this feature into this library,...
> There's another package that supports multiple bars: https://github.com/jedib0t/go-pretty/tree/main/progress. It's a bit more code to use, I prefer schollz approach Well thats why my package exists, not sure if you...
> @IceflowRE thanks for your contribution 👍 Is there a reason that it is a separate package and not a PR? Try to understand if there are any downsides or...