Vasilii Filippov
Vasilii Filippov
I am using Windows 10 with MS account. I had PIN enabled but I have also tried without it and it still didn't work for me. Also it shows username...
All commandlets I try to use work if they are used without parameters, but if they are used with parameters they are interpreted as part of path but not arguments.
(Please tell us what you were doing when this happened.) Exception information: Не удалось завершить действие. Ошибка 80020101. - Line 1 It means: Couldn't finish action. Error 80020101. - Line...
This allows to add tuning support for more primitives. As originally batchnorm was requested, I have also included a perfdb definition for that one. For such primitives tuning behaviour can...
This adds batchnorm+activation solver to find 2.0 fusion. Most of the PR lines are two tests: na_(training/inferences)_find2. They are copies of find 1.0 tests with different underlying API.
Right now, we have several problems with the current API design. I would post the as comments bellow to ease later referencing as suggested by @atamazov.
The purpose of this PR is to allow including pure headers into multiple translation units without ODR violations. First and foremost it splits `phase2_func_defs` into `phase2_inline_defs` and `phase3_regular_defs`. Produced .h...
`convolutionocl.cpp` version of `ValidateGroupCount` has been updated without changes to a copy in `problem.cpp` which made them incomaptible. PR moves the code to `problem.cpp`, changes all the call sites and...
The value in find options was completely ignored.
If convolution perf and find dbs have not been started loading yet, handle constructor starts a separate thread that does that. When a db is requested in some library call...