Skip to content
#

gpu-acceleration

Here are 225 public repositories matching this topic...

blazingsql
lmeyerov
lmeyerov commented Feb 20, 2020

Report incorrect documentation

Location of incorrect documentation

Describe the problems or issues found in the documentation

When using cudf & bc together, unclear if/how the rapids memory manager gets shared and how to separately+jointly control. Does blazing get its own? Wh

dionhaefner
dionhaefner commented Jun 3, 2019

Example:

>>> import numpy as np

>>> np.arctanh(np.array([0], dtype='int8')).dtype
dtype('float16')

>>> np.arctanh(np.array([0], dtype='int16')).dtype
dtype('float32')

>>> np.arctanh(np.array([0], dtype='int32')).dtype
dtype('float64')

vs.

>>> import bohrium as bh

>>> bh.arctanh(bh.array([0], dtype='int8')).dtype
dtype('float32')

>>> bh.arctanh
emrdig
emrdig commented Jul 26, 2018

It seems that there is a bug with the call to gpufit within Matlab when including the user_info parameter. Using the included linear_1d model (which utilizes the user_info parameter), I created a simple program in Matlab to model the equation y=x from x=0 to x=10 and called gpufit on the data. This should return the parameters 0 and 1, but results in 4.3467 and 0.8711 instead.

Additionally, if

ZJaume
ZJaume commented Oct 17, 2019

I have seen the new BERT-related changes and I'm trying to use this model. Will be the documentation updated with the BERT parameters and an example of pre-training or fine-tuning?

RemixAutoML

Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.

  • Updated Oct 13, 2018
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the gpu-acceleration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gpu-acceleration topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.