Niranjan Hasabnis

Results 8 issues of Niranjan Hasabnis

Hi, I work at Intel, and we have developed a tool that detects anomalous programming language expressions that can possibly lead to bugs. We scanned the code repository for this...

Hi, *Sorry for not using the form to submit. This is not a bug report, but a rather report of our findings obtained from scanning the repository.* I work at...

Hi, I work at Intel, and we have developed a tool that detects anomalous programming language expressions that can possibly lead to bugs. We scanned the code repository for this...

Hello, We have developed a tool, named [ControlFlag](https://github.com/IntelLabs/control-flag), that assist software developers in detecting coding anomalies in their programs. We found an anomaly described below, which we think can be...

This PR adds an API to get name of the field of TSNode's named child. It uses same set of arguments as that of ts_node_field_name_for_child, but returns field name if...

c-library

Hi, I work at Intel, and we have developed a tool, named [ControlFlag](https://github.com/IntelLabs/control-flag), that detects anomalous programming language expressions that can possibly lead to bugs. We found a couple of...

I am using a different version of `git` than the one installed on the system by default. Newer version of the `git` is installed in `~/bin` and `PATH` variable is...

Tried running `torch-mlir` exported ResNet in `linalg-on-tensor` via `tpp-run` and found a crash. `tpp-opt` works fine though. *Commands* (Install `torch-mlir` using `pip`) ``` $ python examples/torchscript_resnet18_all_output_types.py $ tpp-opt rn18.mlir -o...