-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
HI @szuhzw. You are correct. This is a bug. Technically, I am creating a patch to fix this issue. Thanks for pointing it out. |
Beta Was this translation helpful? Give feedback.
-
Hi @szuhzw, I merged this pull request, which should fix this issue. Now that this bug has been caught and fixed, can you please check and report what's the performance difference (in terms of accuracy, coverage, and overall IPC) of Hermes across PC_CLOffset, PC_CLWordOffset, PC_CLDWordOffset features? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi. @rahulbera |
Beta Was this translation helpful? Give feedback.
-
Thanks @szuhzw for running the regression. Good to know that the results are not differing much. |
Beta Was this translation helpful? Give feedback.
HI @szuhzw. You are correct. This is a bug. Technically,
generate_index_from_feature
function should callprocess_CLOffset
(orprocess_PC_CLOffset
) forCLOffset
(orPC_CLOffset
) feature type. But it was mistakenly calling theprocess_CLWordOffset
. The same bug is also present forCLDWordOffset
feature too. This bug likely got in during refactoing the code for GitHub release.I am creating a patch to fix this issue. Thanks for pointing it out.