-
I've been missing it for years, but I've never commented on it. It is possible that the idea has already been discussed and discarded.
The point is that I find missing in the transfer rules the pos…
-
I read the paper and downloaded the AG news dataset,and tested PET model on it,but there is a great margin between my results and the author's results. I set parameters as below. To be specifically, I…
-
Here is a simple possible design based on Dan Talayco's description, where we synthesize the implementation from some primitive building blocks:
- module equality is given by file equality
- we ha…
-
Hi, I want to running switchML program, which is originally written for Tofino backend.
I have to convert the code written for the Tofino backend to codes written for Bmv2 backend. During this, I en…
-
Any thought on why two cyrillic symbols "ор" could trigger this rule?
It happens in different conditions near other symbols, but could not happen at all with other symbols.
And what would be the b…
-
The current PSA definition for hash extern includes the "P4_14-compatible" method
```
O get_hash(in T base, in D data, in T max);
```
in addition to
```
O get_hash(in D data);
```
Given…
-
EF Core update command for a tracked entity only generates the update command for the modified fields only and if no field is modified then it does not send any update command to the database. This is…
-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
[lex.digraph] p2 says
> **In all respects of the language**, each alternative token **behaves the same…
-
### Prerequisites
* [ ] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode:
* Followed all applicable steps in th…
-
The following P4 program:
```
#include
typedef bit b1;
enum b1 e
{
value = 1
}
typedef bool t;
struct s
{
t f1;
t f2;
}
header h_t {
s b;
bool x;
bool y;
…