Ethan Alan Hereth
Ethan Alan Hereth
Please see below for your requested output. Thanks! [root@qbert ~]# ldconfig -p | grep 'libOpenCL\|lOpenCL' libOpenCL.so.1 (libc6,x86-64) => /usr/lib64/nvidia/libOpenCL.so.1 libOpenCL.so.1 (libc6,x86-64) => /usr/lib64/libOpenCL.so.1 libOpenCL.so.1 (libc6) => /usr/lib/libOpenCL.so.1 libOpenCL.so (libc6,x86-64) =>...
@cdeterman I'm sorry for the delay in responding; I've been snowed under. I've done what you suggested, i.e., `yum install ocl-icd-devel` followed immediately by starting `R` and running `install.packages("gpuR")` which...
Still no dice: ``` [root@os-hn ~]# export CUDA_HOME=$CUDA_PATH [root@os-hn ~]# R R version 3.4.3 (2017-11-30) -- "Kite-Eating Tree" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit)...
So sorry for the delay here. Please find below all the output I see when I try to install this package. Please note the environment setup up front; I copied...
@cdeterman I'm so sorry for all this back and forth. It feels like we're going around in circles, not making any progress. For what it's worth, I'm pasting the entire...
Please see below @cdeterman, I'm unable to get this to compile. There are libOpenCL.so files in the directory you specified so it's not that the library doesn't exisit. Furthermore, as...
@cdeterman I'm confused; this package from github does not provide any of the headers I was missing (or had to find) nor does it seem to provide any missing libraries....
@cdeterman, I'm so sorry, that's my bad. I copied and pasted without paying enough attention. I didn't modify the new include to point proper directory (I didn't notice the leading...
@cdeterman, This doesn't work either. I really think I must be missing something simple here and that we're making this more difficult than in should be. I'm going to try...
I know this is old, but I thought I'd post the solution, seemingly posted by the same user on reddit; see this [link](https://www.reddit.com/r/vim/comments/33jo3b/supertab_doesnt_work_with_vimwiki/) In short, this can be fixed by...