-
Updated
Jun 3, 2022 - C++
high-performance-computing
Here are 603 public repositories matching this topic...
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
Jul 16, 2021 - C
-
Updated
Jun 6, 2022 - PHP
-
Updated
May 1, 2022 - C++
-
Updated
Sep 24, 2021 - R
-
Updated
Jun 1, 2022 - C
-
Updated
Jun 6, 2022 - C++
-
Updated
May 10, 2022 - Clojure
-
Updated
May 28, 2022 - Nim
-
Updated
Jun 4, 2022
-
Updated
Jun 5, 2022 - C++
-
Updated
May 31, 2022 - Rust
-
Updated
May 25, 2022 - TypeScript
-
Updated
Jun 6, 2022 - Rust
-
Updated
Jun 3, 2022 - R
Just an FYI whilst I was trawling through the ROCm GitHub page:
https://rocmdocs.amd.com/en/latest/Programming_Guides/Programming-Guides.html#
-
Updated
May 19, 2022 - Python
utils::ptr_vector<T>
serves a similar purpose like smart pointers from std
. We should remove this implementation in favor of smart pointers from std
.
I already took care of replacing utils::ptr_vector<T>
with std::unique_ptr
in precice/precice#1159, but there are many more places, where utils::ptr_vector<T>
is used.
-
Updated
Jun 3, 2022 - Python
-
Updated
Jun 6, 2022 - C++
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Mar 10, 2021 - C++
Background
Currently, Alpa uses cupy as the python API binding for nccl. This causes two problems
- We need to do conversion between cupy tensors and xla tensors. Although we can achieve zero-copy through dlpack, this part of code is error-prune and hacky.
- There can be conflicts between the nccl used by cupy and the nccl used by XLA.
cupy.nccl
and [xla/nccl_utils
](https://github.com/alp
-
Updated
Jan 14, 2022 - C++
-
Updated
Apr 19, 2022 - C++
-
Updated
Jun 6, 2022 - Python
-
Updated
Sep 4, 2021 - Clojure
-
Updated
Jun 4, 2022 - 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."
We currently have read and write capabilities but do not support deleting. We could add a few calls like delete delete_all and some recursive way of deleting.