You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/pypapi/test_pypapi.py", line 24, in high.hl_region_begin("computation")
File "/usr/local/lib/python3.12/dist-packages/pypapi/exceptions.py", line 197, in papi_error_wrapper
raise object_()
pypapi.exceptions.PapiInvalidValueError: Invalid Argument. (PAPI_EINVAL)
Having this error when trying to run highlighted line of code. Checked through papi_avail and made sure I have access to this event (PAPI_FP_OPS). It seems to be complaining on the argument "computation", what can be wrong with it?
The text was updated successfully, but these errors were encountered:
raceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/pypapi/test_pypapi.py", line 24, in
high.hl_region_begin("computation")
File "/usr/local/lib/python3.12/dist-packages/pypapi/exceptions.py", line 197, in papi_error_wrapper
raise object_()
pypapi.exceptions.PapiInvalidValueError: Invalid Argument. (PAPI_EINVAL)
Having this error when trying to run highlighted line of code. Checked through papi_avail and made sure I have access to this event (PAPI_FP_OPS). It seems to be complaining on the argument "computation", what can be wrong with it?
The text was updated successfully, but these errors were encountered: