We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352abd6 commit 20415a8Copy full SHA for 20415a8
example/gpu/threadscheduling/threadscheduling.bpf.c
@@ -44,14 +44,6 @@ struct {
44
__type(value, u64);
45
} warp_histogram SEC(".maps");
46
47
-// Total call counter
48
-struct {
49
- __uint(type, BPF_MAP_TYPE_HASH);
50
- __uint(max_entries, 1);
51
- __type(key, u32);
52
- __type(value, u64);
53
-} total_calls SEC(".maps");
54
-
55
// GPU helper function declarations
56
static const u64 (*bpf_get_globaltimer)(void) = (void *)502;
57
static const u64 (*bpf_get_block_idx)(u64 *x, u64 *y, u64 *z) = (void *)503;
0 commit comments