Patrick Flick

Results 11 comments of Patrick Flick

Hi, unfortunately, that doesn't work atm. The `datatype_builder` can create types only for fixed size data types. However, `std::vector` is dynamically sized. This also wouldn't be easy to implement, because...

The construction code for the ST construction is implemented in the files [`include/ansv.hpp`](https://github.com/patflick/psac/blob/master/include/ansv.hpp) (for the gANSV algorithm described in the paper) and [`include/suffix_tree.hpp`](https://github.com/patflick/psac/blob/master/include/suffix_tree.hpp) (for constructing the ST from the SA...

Can you share your input file so I can try to reproduce the problem? Thanks

The default alphabet implementation expects ascii (one byte per character). There's some support for 2byte alphabets and integer alphabets, but I don't think I tested that very well.

Currently this benchmark requires the use of the `HIP` backend for `MIOpen`. The `OpenCL` currently doesn't work.

No it does not at all. This benchmark was for benchmarking the AMD GPU performance for training when using MiOpen

My apologies for the late reply. Your stack trace points to something very odd. Somewhere in regex_match, it tries to allocate a std::vector of size 12297829382473034424. I can't reproduce and...

They seem to have changed the directory structure / folder naming scheme for the sysfs driver api. I still don't know why the regex would segfault, but the regex `card(\\d+)`...

Hi @pramenku I could never reproduce your error. I just pushed a code change that _might_ help, although I'm really just guessing. If this doesn't work, your best bet is...

Hi @pramenku . I merged the PR. Did you get a chance to try the potential fix?