-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
After a moderate amount of effort I still can't get CUDArt to work with Julia 0.6. It still works on 0.5 on cannon with an out-of-date set of packages. The problems seem to stem from CUDArt's dependence on CUDAdrv and CUDAapi. The latter packages have evolved a lot but according to the README CUDArt is no longer actively developed. Also see the last comments here. (We use the standalone
branch of CUDArt in cannon's 0.5 packages, which doesn't require those packages). I can see three options for getting this working on 0.6. @timholy which do you think is best?
- Switch back to CUDArt
standalone
(requires updating that branch for 0.6 and also updating BlockRegistration) - Fix CUDArt to work with current CUDAdrv and CUDAapi packages.
- Drop dependence on CUDArt altogether and use CUDAdrv instead.
My feeling is that option 3 is the best practice but may be a lot of work.
Metadata
Metadata
Assignees
Labels
No labels