gpu-computing
Here are 413 public repositories matching this topic...
-
Updated
Nov 13, 2020 - Python
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
Sep 12, 2020 - Rust
-
Updated
Oct 10, 2020 - C
-
Updated
Oct 12, 2020 - Python
-
Updated
Nov 5, 2020 - Clojure
-
Updated
Oct 25, 2020 - Python
-
Updated
Nov 5, 2020 - Nim
-
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
Nov 7, 2020 - HTML
-
Updated
Nov 13, 2020 - C++
-
Updated
Nov 8, 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
Nov 11, 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
Nov 9, 2020 - Python
-
Updated
Nov 12, 2020
-
Updated
Oct 19, 2020 - C++
-
Updated
Dec 30, 2019 - Terra
-
Updated
Nov 4, 2020 - C++
-
Updated
Jul 12, 2020 - C++
-
Updated
Oct 1, 2020 - Clojure
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