You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/08/07 22:46:05 UTC

[GitHub] zhreshold commented on a change in pull request #11908: Fix shared memory with gluon dataloader, add option pin_memory

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:
users@infra.apache.org


With regards,
Apache Git Services