diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/2376')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/2376 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/2376 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/2376 new file mode 100644 index 00000000..b99ff04b --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/2376 @@ -0,0 +1,5 @@ +The problem involves incorrect behavior in vector instructions (`vcmla.f16` and `vcmla.f32`) within the QEMU emulator, specifically where an unintended vector register is being modified. This is related to how the helper functions handle the number of elements they process, leading to out-of-bound access. + +The issue occurs during runtime when executing these instructions, causing unexpected modifications to registers that should remain unchanged. Therefore, this bug falls under the category of errors happening during runtime. + +runtime \ No newline at end of file |