Hello, thank you for your amazing work.
I'm trying to run GPU\NVIDIA\H100\src-mn5-h100\submit.bash script on H100, but I've encountered a problem with the code below in Main.cu:
validate(PAPI_event_name_to_code(EventName[i], &events[i]), PAPI_OK);
It returns:
-7 PAPI_ENOEVNT Hardware event does not exist
I'm using the 7.1.0 release version that I downloaded and compiled myself from https://icl.utk.edu/projects/papi/. Which is the version used in the project.
Since there's only limited information available about PAPI, I'd like to ask if there is any other libraries need to be configured.
Hello, thank you for your amazing work.
I'm trying to run
GPU\NVIDIA\H100\src-mn5-h100\submit.bashscript on H100, but I've encountered a problem with the code below in Main.cu:validate(PAPI_event_name_to_code(EventName[i], &events[i]), PAPI_OK);It returns:
-7 PAPI_ENOEVNT Hardware event does not existI'm using the 7.1.0 release version that I downloaded and compiled myself from https://icl.utk.edu/projects/papi/. Which is the version used in the project.
Since there's only limited information available about PAPI, I'd like to ask if there is any other libraries need to be configured.