-
Updated
Nov 3, 2021 - C++
high-performance-computing
Here are 525 public repositories matching this topic...
-
Updated
Jul 16, 2021 - C
-
Updated
Nov 17, 2021 - PHP
-
Updated
Sep 24, 2021 - R
-
Updated
Nov 17, 2021 - C
-
Updated
Oct 23, 2021 - Clojure
-
Updated
Nov 17, 2021 - C++
-
Updated
Nov 15, 2021 - Nim
-
Updated
Nov 17, 2021 - C++
-
Updated
Aug 30, 2021
-
Updated
Nov 15, 2021 - Rust
-
Updated
Apr 25, 2021 - TypeScript
-
Updated
Nov 13, 2021 - R
Bug summary
There is evidence that sub_group::get_group_id()
does not return the same value as threadIdx.x / warpSize
(assuming 1D kernel), as expected on CUDA. We should check the implementation of this function. Our implementation of this function performs bit manipulation magic, presumably the optimization went to far...
To Reproduce
Compare sub_group{}.get_group_id()
or `sub
-
Updated
Nov 13, 2021 - Rust
Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.
Describe the solution you propose.
- Simplify
math/barycenter.[ch]pp
- Remove
Edge::computeNormal()
as it is unnecessary.
**Describe alternativ
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Mar 10, 2021 - C++
-
Updated
May 25, 2021 - C++
-
Updated
Sep 4, 2021 - Clojure
-
Updated
Nov 10, 2021 - C++
-
Updated
Nov 2, 2021 - Python
-
Updated
Nov 17, 2021 - C++
-
Updated
Nov 4, 2021 - C
-
Updated
Feb 26, 2021 - Nim
-
Updated
Oct 28, 2021 - Python
-
Updated
Jul 6, 2021 - Fortran
-
Updated
Nov 5, 2021 - C
-
Updated
Nov 16, 2021 - C++
Improve this page
Add a description, image, and links to the high-performance-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the high-performance-computing topic, visit your repo's landing page and select "manage topics."
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.