zhreshold commented on a change in pull request #11908: Fix shared memory with 
gluon dataloader, add option pin_memory
URL: https://github.com/apache/incubator-mxnet/pull/11908#discussion_r208408469
 
 

 ##########
 File path: ci/windows/test_py2_cpu.ps1
 ##########
 @@ -16,7 +16,8 @@
 # under the License.
 
 7z x -y windows_package.7z
-$env:PYTHONPATH=join-path $pwd.Path windows_package\python
+for /r %%i in (*.dll) do xcopy /Y /C "%%i" .\\python\\mxnet\\
 
 Review comment:
   I am trying to make PYTHONPATH the git cloned one instead of stashed build, 
because otherwise when unittest is launched in git cloned folder, the pickled 
functions(from multiprocess) cannot find the correct dlls. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to