-
Notifications
You must be signed in to change notification settings - Fork 50
CUDA Compatibility Issue #7
Description
Hi Dan,
Currently trying to run this code with the CUDA Emission Engine (on a mac), but am finding the following issue.
The following screenshot shows the code I used (For step 3 or the 'Font Train' Stage)
https://user-images.githubusercontent.com/35239930/35587210-d4a695c0-0648-11e8-9aac-262700378b64.png
And the following image shows the error code I'm receiving:
https://user-images.githubusercontent.com/35239930/35587241-f25caeba-0648-11e8-9301-03567614b091.png
Basically the main issue is: "No resource found with name '/lib/libJCudaDriver-apple-x86_64.jnilib"
I'm assuming the issue is that this program was designed to operate with an older version of CUDA than I am using and so I was wondering what version it was designed to work with? or, how you would modify the code to suit a newer version of CUDA.
Any help would be great.
Thanks,
Levi