Skip to content

Commit 6cf1f10

Browse files
cuda: Allow for compilation of cuda toolkit 13.1.1
1 parent 1c7d822 commit 6cf1f10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/cuda/cupti_event_and_metric.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <dlfcn.h>
2+
#include <stdbool.h>
23

34
#include "papi.h"
45
#include "papi_debug.h"

src/components/cuda/cupti_profiler.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#include <dlfcn.h>
10+
#include <stdbool.h>
1011
#include <papi.h>
1112
#include "papi_memory.h"
1213

0 commit comments

Comments
 (0)