Ralf Stubner

Results 9 comments of Ralf Stubner

While setting up a new machine I saw this as well. It looks like the "Do you want to continue? [Y/n]" is echoed only after one presses return: ``` [...]...

The "Intel(R) OpenCL" platform lists two devices in `clinfo`, one of them the GPU: ``` Platform Name Intel(R) OpenCL Number of devices 2 Device Name Intel(R) HD Graphics Device Vendor...

I am using Debian 9.3: ``` $ cat /etc/debian_version 9.3 ``` Concerning base ViennaCL, I have tested this sample program: ```c++ #include #define VIENNACL_WITH_OPENCL 1 #include "viennacl/ocl/platform.hpp" int main(void) {...

I used the drivers from https://software.intel.com/en-us/articles/opencl-drivers#latest_linux_driver, i.e. http://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip.

BTW, I have tried to setup a Docker image with only the Intel OpenCL driver. Here the Dockerfile: ``` FROM rocker/r-ver:3.4.3 ENV OPENCL_INC=/opt/intel/opencl/include \ OPENCL_LIB=/opt/intel/opencl RUN apt-get update \ &&...

@adamschwartz Any chance to have the license adapted? If you want the permissive nature of the MIT license, you could add a "font-embedding clause" as is usual with GPL fonts....

Converting to draft mode since I currently get an error ``` Error in load_private_package("glue") : Cannot load glue from the private library ``` independent of whether I use this patch...

This would be great! In [`dqrng`](https://cran.r-project.org/package=dqrng) I allow seeding with 64bits via a 2-element integer vector. EDIT: Added CRAN link /@HenrikBengtsson

I see similar miss-labeling of screens using ``` ralf@barra:~$ dpkg -l regolith-control-center regolith-desktop Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=======================-=================-============-============================================= ii regolith-control-center 1.36.17-1regolith amd64...