-
**Is your feature request related to a problem? Please describe.**
The multigpu criteo benchmark is hardcoding the best number of hash partitions for each categorical variable:
https://github.com/…
-
Dear @deqings, @mingyuliutw, @jrenzhile, @KinglittleQ,
This issue is based on the file `PyTorch/models/PWCNet.py` which was initially committed by @mingyuliutw . We have two problems.
1. `c11` and…
-
-
- [ ] I believe this to be a bug with LigParGen
- [ ] This is a feature request
## Issue Information
Software name & Version :
Method:
## Expected Behavior
Hi, i am having …
-
I have this working:
![image](https://user-images.githubusercontent.com/3751752/216535708-8af40fb6-fb56-408c-81fd-8c6ce740d63d.png)
The changes are pretty minimal. I'll link a pull request he…
-
Protobuf allows marking a field as deprecated
```proto
int32 old_field = 6 [deprecated = true];
```
With C23 introducing [standard attributes](https://en.cppreference.com/w/c/language/attribut…
-
When trying to run the example, nothing is displayed and in the console the error "Uncaught TypeError: Cannot read property 'links' of null" is thrown. Additionally the parameter "graph" is null inste…
-
MSID: 96025
Version: 3
Preprint DOI: https://doi.org/10.1101/2023.02.07.527509
## Step 1. Awaiting reviews
**Editorial to post reviews via hypothesis**
**Useful links:**
- DocMap: https://data-hu…
-
Instead of :
```c
#define kvec_t(type) struct { size_t n, m; type *a; }
```
do :
```c
#define kvec_t(...) struct { size_t n, m; __VA_ARGS__ *a; }
```
C macros are parsed in a very literal wa…
-
**Performance Issue**
Any questions related to TDengine's performance can be discussed here.
**Problem Description**
I'm benchmarking TDengine. The performace of using interval() is not compara…
-
## Description
When trying to build the library on macOS I get an error:
```
ledger-secure-sdk/src/os.c:331:5: error: call to undeclared function 'explicit_bzero'
```
There is no `explicit_…