Vasilii Filippov
Vasilii Filippov
Thanks for response, @Codeusa So you mean it is unusable for now unless my system language is English? Can you make it possible to select user to log in as...
Well, version from git works fine, so looks like it can be closed.
I installed it today. Closing was my bad, I launched it from VS so it was executed from my user and I was able to log in. Already found issue...
@Pavanmahaveer7 An unpacked tensor has "holes" in its layout, which is defined by its strides. Right now the easiest way to check for that in the existing code is to...
I think this was meant to synchronize the threads to start at the same time. The test would be completely meaningless if locks would be held for entire block there....
In that case mutex can also be changed to shared so that threads would actually start closer to each other even on tiny workloads
@ppanchad-amd No, but I can take it if we consider it valuable and urgent. Do we? It is a trivial thing to do, but merging any PR takes quite some...
> I guess just retune the db should be fine? That may work as a temporary hack for manually picked cases (AFAIK we have one rn, but it is possible...
X tensor descriptor, handle and direction are missing in GWSS. This leads to the following issues: - It is impossible to properly reuse solver methods. - We do not know...
Some arguments of forward/backward functions are not used and generally are misleading, e.g. #1357.