cudarray
cudarray copied to clipboard
El Capitan & Dynamic Libraries
I get this when I try to run the test script:
CUDArray: Failed to load CUDA back-end.
Traceback (most recent call last):
File "./test.py", line 7, in
I suspect the cause is, in OS X El Capitan, its no longer possible to set DYLD_FALLBACK_LIBRARY_PATH or its friends. (Well, if it is possible, it now required additional hoops.)
With all of cuda/lib linked from /usr/local/lib, I get this from test.py, which one suspects would be related to the issue above:
True
Traceback (most recent call last):
File "examples/test.py", line 493, in
Better late than never! :)
Your installation is working. The last error is caused by CUDArray lacking broadcasting support for some operations in some rare cases. It should be easy to add - I just haven't needed that functionality yet.
@elbamos Did you figure this out? Getting the original error you posted. Tried setting DYLD_FALLBACK_LIBRARY_PATH as well with no luck.
No, I ended up forking a torch implementation of neural style.
On Apr 13, 2016, at 12:36 PM, nresnick [email protected] wrote:
@elbamos Did you figure this out? Getting the original error you posted. Tried setting DYLD_FALLBACK_LIBRARY_PATH as well with no luck.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub