Vincent
Vincent
You compiled all kernels by hand and changed the code to read binary kernels?
Would the goal be to support AMD, or to support all GPUs (including Intel and ARM), or even also FPGAs and DSPs?
Any update on this? And any tips for Boost.Compute how to make it faster?
Opened an issue in the node-red-docker projects, as the problem seems to be linked to Docker
Reacting to https://github.com/node-red/node-red-docker/issues/305#issuecomment-1046579006 Where in Node Red is the saving of an updated flow handled? Is there a list of files+functions? A post to `/flow` is all I know, and...
This error is also given with an empty config file. When disk is full or there is a temporary disk-problem, Mattermost still rewrites the config file, so this happens. What...
Maybe simpler, as this will maybe an endless discussion on requests: - Add an input-box with a comma-separated list of country-codes and a button "select" - Add a button "combine"...
Via nginx-proxy. Here's the docker-compose: ``` version: "3" services: languagetool: image: erikvl87/languagetool container_name: languagetool # ports: # - 8010:8010 environment: - VIRTUAL_HOST=${DOMAIN} - VIRTUAL_PORT=8010 - LETSENCRYPT_HOST=${DOMAIN} - langtool_languageModel=/ngrams - Java_Xms=512m...
Could it be that the password is over 50 characters long? When moving the database to docker, I changed the username from `piwik` to `matomo`. While I set exactly the...
Update. While adding more Dockers using the database, still _only_ the Matomo service is having this problem. I'd like to have some guidance to pinpoint the problem, so I could...