-
Improve the discussions on TemplatePoly and UnivPoly, in particular on performances
https://github.com/coq/platform-docs/blob/main/src/Explanation_Template_Polymorphism.v
-
Hi,
Does this project work on the H100?
It seems that libspconv.so does not support sm_90. Is it possible to get a binary that supports it?
```
$ cuobjdump --list-elf libspconv.so
ELF file …
-
The way feature steps are currently implicitly encoded is a pain. First, you have to read the spec very carefully to understand the semantics (which are the opposite of what at least I would intuitive…
-
![image](https://user-images.githubusercontent.com/20265764/35901753-8f4fb514-0c1b-11e8-9e39-f5ead1cb09ed.png)
While loading the pretrained Yolo v2 model (based on @gklz1982's [work](https://github…
-
I've seen inconsistent income come up several times as weak points in automated calculations (https://points.datasociety.net/trauma-and-automated-welfare-compliance-in-australia-ba661a60b50f, with htt…
-
I wrote small snippet of code to check NNPack convolution inference speed. For some reason nnp_convolution_inference method returns output with zeros. I am not able to figure out the issue with below…
-
## Description
hi, i have an onnx model which i want to convert using trtexec:
```
[05/23/2024-21:39:30] [W] [TRT] onnx2trt_utils.cpp:514: Your ONNX model has been generated with double-typed wei…
-
Hello Philippe,
first of all, thank you very much for releasing your library and congratulations on it - I like your approach to backtesting very much.
Let me ask you here a couple of questions abou…
-
In this example, there are references to a variable "m" in the specification parts of contained subroutines, yet there is no (other) mention of "m" in the host.
```
module module
contains
sub…
-
I'm looking to take two jacobians of the network neural network (with respect to its inputs) and then do parameter based optimization. Up front, I want to thank you for taking the time to read this, I…