Shupei Fan

Results 8 issues of Shupei Fan

In rvemu, div/divu/divw/divuw instructions set DZ bit when dividing by zero. The spec says "The accrued exception flags indicate the exception conditions that have arisen on any floating-point arithmetic instruction...

I find lots of `unique_ptr` in code, the unique_ptr indirection seems unnecessary and `*os` everywhere clutters code. So I decide to remove it. I feel it generally makes code cleaner....

- [x] I have read the [contributing guidelines](https://github.com/ggerganov/llama.cpp/blob/master/CONTRIBUTING.md) - Self-reported review complexity: - [x] Low - [ ] Medium - [ ] High Related issue report: #7709 This PR switches...

python

I catch several undefined behaviors with `-fsantinize=underfined` using verilator fst tracing. Since gtkwave is the upstream, I just report it here. The first is related to `FST_DO_MISALIGNED_OPS` The second is...

* Issue explained It's best explained by running the following example. The command and error message is given below. The key point is that user c file `test.c` and a...

area: configure/compiling
status: ready

Background: We are bumping our firtool version. See https://github.com/chipsalliance/t1/pull/734 # Description After the bumping, our workflow breaks as if all `$stop` statements are discarded. It seems recently how firtool generates...

Tracking issue for OSPP 2024 [Profiler for T1](https://summer-ospp.ac.cn/org/prodetail/24c480491). ## Prof Event Collecting After discussion with Sequencer, the profiler will NOT use json-based events (unlike offline verifier). Since profiling events is...