Hemant Singh
Hemant Singh
> Please push changes to gerrit. The VPP github repository is read-only. Gerrit review has been issued, thanks. https://gerrit.fd.io/r/c/vpp/+/30846
I am exploring Weld for gpu to optimize LLM models written in Pytorch. But first, I need gpu support in Weld. Please see https://www.modular.com/ and their Mojo lang to speed...
In our private repo of Weld, my company has modified Weld as follows. 1. Refactored hardcoded llvm backend so that common backend code sits in the `codegen` directory and the...
If you see on the PTF main page, you will see a "ternary matching" using `set_do_not_care_scapy'. Use the method to ignore FCS bits. Also, for the same reason give [here](https://github.com/secdev/scapy/issues/2086)...
I could try to complete this code over the holidays. Before I start, I have a few questions. 1. Will the code be allowed to be checked in because the...
The frontend is assuming "soon as a field in an invalid header is written to, the header becomes valid". I think this is incorrect because unless all fields of the...
Regarding a backend for an asic, no value should be undefined for hardware. I have worked with the MIPS Tensilica compiler for a router asic where the compiler initializes any...
@jafingerhut I see, thanks for the clarification.
What should be expected output after `FrontEnd_32_SimplifyDefUse` pass with a fix? Is the following output fine because the `assignment_action` has its statements removed and thus even if this action is...
The only catch with flattening struct to action parameters is where does one get "in/out/inout" parameter property from? Or do you not set any such property?