Alex Eremin
Alex Eremin
That library does not manage memory at all, as well as it does not manage any kind of context switch. It just schedules to run function callbacks at certain timeframe...
I would say you are right, if it was a common case. Typically virtual destructor must be defined in case of polymorphic classes. But there can be the dragons. First...
I'll clarify the things a little bit. > My understanding is that it will only call a destructor if it exists. If no destructor exists nothing will happen. There is...
I'm not the maintainer of this project, so I can't make a decision. But I guess the best solution is to make separate library (with proper documentation and examples) and...
Could you check #7 and #27.
If there is no data, a new object of type T is default-constructed and returned. For simple types like int\char it won't allocate memory, just put zero value into some...
Is it possible to merge it with current develop branch and solve all the conflicts? I'd like to use MHA kernels in MIOpen library, but this branch is far too...
> > I don't think that `setEnvironmentVariable` is required at all, it was misused in the tests and must be removed, but now it is even widely used. `env::update(VAR, value)`...
Also someone should start jenkins build manually. Sometimes it does not start automatically.
@JehandadKhan is this issue relater to multi-head attention as well?