gpu-computing
Here are 403 public repositories matching this topic...
-
Updated
Oct 4, 2020 - Python
-
Updated
Sep 12, 2020 - Rust
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
-
Updated
Apr 19, 2020 - C
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 1, 2020 - Clojure
Reorganize Examples
Examples to be removed:
- space_invaders/et_space_invaders.py
- space_invaders/minimal_space_invaders.py
- space_invaders/random_baseline.py
- asteroids/random_network_baseline.py
- datasets/davis.py
- datasets/spoken_mnist.py
- mnist/batch_conv_mnist.py
- mnist/minimal_mnist.py
- mnist/minimal_resevoir.py
- mnist/minimal_supervised_mnist.py
- [
-
Updated
Sep 8, 2018 - Shell
Speed up test suite
The standard accelerate test suite, used by all the backends, can be quite slow. Several of the tests are significantly slower than the others, for example segmented folds and scans, which I believe is because the reference implementations are very inefficient. Writing some more efficient reference implementations (e.g. using Data.Vector.Unboxed
) should help speed things up.
-
Updated
Sep 12, 2020 - Nim
-
Updated
Sep 28, 2020 - HTML
-
Updated
Oct 2, 2020 - C++
-
Updated
Sep 30, 2020 - C++
Exchange a package that is marked as deprecated.
Seen in CI as warning in the apt
install step with CUDA 10.1.243.
To Do:
- double check this works with CUDA 9.2 (current docker image; check minimal version constraint for Nvidia NGC) or...
- update Docker image to newer CUDA
-
Updated
Sep 10, 2020 - Clojure
load
and store
functions are not implemented for vec
class now.
-
Updated
Oct 3, 2020 - C++
Just an FYI whilst I was trawling through the ROCm GitHub page:
https://rocmdocs.amd.com/en/latest/Programming_Guides/Programming-Guides.html#
-
Updated
Oct 9, 2018 - C++
-
Updated
Sep 26, 2020 - Clojure
-
Updated
Dec 30, 2019 - Terra
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 5, 2020 - C++
-
Updated
Jul 12, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 1, 2020 - Clojure
-
Updated
May 13, 2020 - Elixir
Improve this page
Add a description, image, and links to the gpu-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpu-computing topic, visit your repo's landing page and select "manage topics."
Problem:
catboost version: 0.23.2
Operating System: all
Tutorial: https://github.com/catboost/tutorials/blob/master/custom_loss/custom_metric_tutorial.md
Impossible to use custom metric (С++).
Code example