gpu-computing
Here are 416 public repositories matching this topic...
-
Updated
Dec 3, 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
Nov 16, 2020 - C
-
Updated
Dec 2, 2020 - Python
-
Updated
Nov 5, 2020 - Clojure
-
Updated
Nov 30, 2020 - Python
-
Updated
Dec 1, 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 25, 2020 - HTML
-
Updated
Nov 30, 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
load
and store
functions are not implemented for vec
class now.
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Nov 23, 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 17, 2020 - C++
-
Updated
Nov 25, 2020
-
Updated
Nov 27, 2020 - Python
-
Updated
Dec 2, 2020 - C++
-
Updated
Dec 30, 2019 - Terra
-
Updated
Dec 3, 2020 - C++
-
Updated
Nov 27, 2020 - C++
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