-
I saw `chamfer_dist` folder, and `python setup.py --user` reported errors:
```
running install
/home/yutianjiang/.conda/envs/python39/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: Se…
-
I want to add the following after other imports
```py
# if you don't want to use logfire, just comment out these lines
import logfire
logfire.configure()
```
(I want to keep the two lines of…
-
First of all, thanks for creating this cool project, and also supporting publishing to various hosting services out of the box.
While testing out, I noticed legitimate queries such as
```
select…
-
**What version of protobuf and what language are you using?**
28.0-rc2
Language: C++/
**What operating system (Linux, Windows, ...) and version?**
Windows 10
**What runtime / compiler are…
-
E.g. this should fail BNFC's well-formedness check.
```
separator nonempty Integer "," ;
terminator Integer "" ;
```
-
if this code in the `aspectdef getJoinpointsToChangeForLatVarOmp`
```javascript
select pragma end
apply
if(latvarOut.name == $pragma.name){
latvarOut.pragmas.push($pragma);
b…
-
$ cat p.c
int f (void)
{
_Pragma("P2");}
$ gcc -c p.c
$ cat p.cfg
newlines = auto
$ uncrustify -c p.cfg p.c
Output suffix: .uncrustify
Parsing: p.c as language C…
-
I am looking into vectorization for AVX512 in a case where the loop trip count isn't a multiple of the ideal VF of 16.
A simplified version of the problem looks like this[1]:
```
void foosum56(fl…
-
I have compiled in the past a previous version, but the most recent one is giving me issues:
```mkdir -p build/linux
g++ -std=c++17 -O2 -Wall -I../libs/wolfssl -I../libs/curl/include -I../libs/rap…
-
This issue tracks attempting to build as many Tock libraries as possible with a stable compiler, that is, minimizing the number of `#![feature(...)]` pragmas used in `lib.rs` files.
## Update Feb 2…