Skip to content

Commit 1320b2a

Browse files
committed
what
1 parent 1226eee commit 1320b2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/static_map/custom_type_example.cu

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
#include <thrust/transform.h>
2525

2626
// User-defined key type
27+
// //
28+
//
29+
//
30+
//
31+
//
32+
//
2733
struct custom_key_type {
2834
int32_t a;
2935
int32_t b;

0 commit comments

Comments
 (0)