gpu-acceleration
Here are 378 public repositories matching this topic...
-
Updated
Aug 14, 2019 - TypeScript
Howdy folks,
GPyTorch provides Gaussian likelihood objects for fixed noise (FixedNoiseGaussianLikelihood
) and for multi-task models (MultitaskGaussianLikelihood
). I was wondering if someone could provide me some guidance on how to get a fixed noise multi-task Gaussian likelihood?
Thanks in advance
Galto
-
Updated
May 29, 2022 - TypeScript
We no longer need to control the number of concurrent kernels, since now we control the number of concurrent tasks
-
Updated
Apr 1, 2021 - Rust
-
Updated
May 12, 2022 - C++
Describe the bug
To Reproduce
I'm a newcomer to emacs-ng
and I wanted to figure out what it looks like to quickly determine if I should be interested in it but there are no screenshots on the homepage or README which has made my curiosity run out for now.
Expected behavior
There should be a few screenshot in both places and maybe a gallery page so you can get an understanding
ArraySize is needed in customFunctions I think.
Here's my custom funciton below. You can see it accepts either 1, 2, 3 or 4 arguments.
If the first parameter is financialStatements
then I need to tell hyperformula to return an ArraySize so that it can overflow into subsequent cells.
// Pre-fixed with TT due to there already being a FinancialPlugin
// in hyperformula
class
Add Javadoc to document the examples in TornadoVM.
This affects the packages under the examples
module:
The documentation is at the class-level and it will contain a description of how the TornadoVM API is used for each example. Additionally, it contains how to run the example
-
Updated
May 29, 2022 - C++
-
Updated
May 30, 2022 - C++
-
Updated
Jan 17, 2022 - Python
This is something i need help with.
It is to add a nord theme to terraforge3d!
You can jse the theme editor to customize ui and styling ans save it as a normal savefile.
Or you can also directly write the imgui code .
Commenting the code
-
Updated
Jun 26, 2018 - Python
-
Updated
Feb 3, 2021 - C#
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Apr 14, 2022 - C++
-
Updated
May 1, 2022 - Java
-
Updated
Mar 10, 2021 - C++
-
Updated
Oct 9, 2018 - C++
-
Updated
Mar 24, 2022 - Cuda
-
Updated
May 20, 2022 - Cuda
-
Updated
May 30, 2022 - HCL
-
Updated
May 14, 2022 - SystemVerilog
-
Updated
Feb 21, 2022 - C++
-
Updated
Apr 21, 2022 - Julia
-
Updated
Nov 16, 2020 - C++
-
Updated
May 30, 2022 - Python
Improve this page
Add a description, image, and links to the gpu-acceleration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gpu-acceleration topic, visit your repo's landing page and select "manage topics."
fitDataset() expects a Dataset that produces elements of a certain shape, with matching batch sizes etc., and throws errors (from standardizeDataIteratorOutput()) when the conditions are not met. These errors should be tested.