Skip to content
#

gpu

Here are 1,369 public repositories matching this topic...

agadetsky
agadetsky commented Sep 18, 2019

🚀 Feature

Add numerically stable cumulative logsumexp function. Also we have associated PR on cummax that is needed for numerically stable implementation (pytorch/pytorch#20240).

Motivation

This is useful when computing sum of probabilities and have different applications.

Pitch

Torch has cumsum and cumprod so I suggest logcumsumexp to be added.

chrisduerr
chrisduerr commented Aug 18, 2019

Currently Alacritty allows sending arrow keys in the alternate screen buffer through the scrolling.faux_multiplier configuration option. However, there is a terminal escape sequence dedicated to set and unset this option.

According to the XTerm documentation CSI ? 1007 h should enable sending arrow keys in the alternate screen mode and CSI ? 1007 l should disable it.

XTerm by default h

r4nt
r4nt commented Jun 25, 2018

The problem as far as I understand is that libfoo.so's only knowledge about libcuda.so is its SONAME, which is libcuda.so.1, so a binary wanting to link in libfoo.so needs to know who to find libcuda.so.1 in order to verify the available symbols. Generally, ld's suggestion is to use -rpath-link to provide the path to the library, but the nvidia docker repository doesn't come with the symlink to li

jankrynauw
jankrynauw commented Jun 6, 2019

We would like to forward a particular 'key' column which is part of the features to appear alongside the predictions - this is to be able to identify to which set of features a particular prediction belongs to. Here is an example of predictions output using the tensorflow.contrib.estimator.multi_class_head:

{"classes": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"],
 "scores": [0.068196
xmnlab
xmnlab commented Mar 19, 2019

Hey everyone!

mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/mapd-core-cpu)

now we should add some instructions on the documentation.

at this moment it is available for linux and we are working to finish that for osx.

some additional information about the configuration:

  1. for now, always install omnisci-core-cpu inside a conda environment (als
beniz
beniz commented May 16, 2016

This is the placeholder for information regarding the building of deepdetect on Ubuntu 16.04 LTS (expected future reference platform).

Build status: successful, tested with Caffe back-end on CPU

Thanks to @MartinThoma the correct way of doing it is below:

$ sudo apt-get remove libcurlpp0
$ cd [wherever]
$ git clone https://github.com/jpbarrette/curlpp.git
$ cd curlpp
$ cmake .
$ s
You can’t perform that action at this time.