Artur Wojcik
Artur Wojcik
> The lockfile name should never have `:memory:` in it to begin with. Therefore, I don't understand why this is necessary. > > If the above string leaks into the...
> @iq136boy can you help me check the log in windows build stage, please? ``` [ 95%] Linking CXX executable ..\..\bin\test_sigmoid_focal_loss.exe lld-link: error: undefined symbol: __declspec(dllimport) enum miopenStatus_t __cdecl miopen::SigmoidFocalLossForward(struct...
My first attempt in #2837 was with env::update(), but that broke one definition rule, and I got clang-tidy errors. To make it work, we need to define all environment variables...
Furthermore, the call to the `setEnvironemntVariable` function does not alter the OS environment variables. Environment variables set with it will only exist for the lifetime of a process. After the...